v1.1.7

zed-industries/zedv1.1.7May 8, 2026by github-actions[bot]

AI Summary

Patch release fixing issues with local edit predictions, excessive CPU usage caused by filesystem errors, and panics during Helix motion execution.

Key Highlights

  • Fixed local zeta2 edit predictions using the wrong prompt format.
  • Fixed excessive CPU usage from broken symlinks or permission errors in watched directories.
  • Fixed a rare panic when invoking Helix motions on an editor that had not yet been laid out.
  • Fixed missing reload implementation for markdown preview.

Full Release Notes

- Fixed local zeta2 edit predictions using the wrong prompt format. ([#56192](https://github.com/zed-industries/zed/pull/56192))
- Fixed an issue where broken symlinks, permission errors, or other fs errors in watched directories could cause excessive CPU usage ([#56175](https://github.com/zed-industries/zed/pull/56175))
- Fixed a rare panic when invoking helix motions on an editor that had not yet been laid out. ([#56062](https://github.com/zed-industries/zed/pull/56062))
- Fixed missing reload implementation for markdown preview. ([#56027](https://github.com/zed-industries/zed/pull/56027))