v1.18.1

zed-industries/zedv1.18.1Sep 4, 2026by zed-zippy[bot]

AI Summary

This maintenance release focuses on bug fixes, addressing issues with AltGr input on Windows, navigation errors in worktrees, and security improvements regarding dev container logging. It also resolves connectivity problems with OpenCode Go requests and general stability issues.

Key Highlights

  • Fixed AltGr and diacritic input being swallowed by the integrated terminal on Windows.
  • Fixed 'goToDefinition' incorrectly opening entries outside of the current worktree.
  • Fixed dev container environment variables being logged in full to improve security.
  • Fixed OpenCode Go requests failing when Zed omitted the session header.

Full Release Notes

- Fixed AltGr / diacritic input being swallowed by the integrated terminal on Windows. ([#63763](https://github.com/zed-industries/zed/pull/63763))
- Fixed goToDefinition opening out-of-worktree entries ([#63757](https://github.com/zed-industries/zed/pull/63757))
- Fixed dev container environment variables being logged in full ([#63735](https://github.com/zed-industries/zed/pull/63735))
- Fixed OpenCode Go requests that could fail when Zed omitted the session header. ([#63715](https://github.com/zed-industries/zed/pull/63715))