v1.15.1

zed-industries/zedv1.15.1Aug 18, 2026by zed-zippy[bot]

AI Summary

This minor release focuses on stability fixes, including resolving issues with the Cursor ACP agent startup and optimizing Git operations by reducing unnecessary GPG passphrase prompts.

Key Highlights

  • Fixed Cursor ACP agent startup failure.
  • Optimized Git GPG passphrase modal to only appear when necessary.
  • Fixed array merging for extensions.
  • Fixed project search in non-Unicode files.

Full Release Notes

- Fixed an issue where the Cursor ACP agent would fail to start ([#62825](https://github.com/zed-industries/zed/pull/62825))
- Git: Fixed the GPG passphrase modal appearing on every commit for users whose configured pinentry (e.g. pinentry-mac with the macOS Keychain) can supply the passphrase without Zed's help. Zed now only prompts when gpg cannot obtain the passphrase on its own. ([#62783](https://github.com/zed-industries/zed/pull/62783))
- Fixed array merging for extensions case ([#62722](https://github.com/zed-industries/zed/pull/62722))
- Fixed project search not working in some non-Unicode files ([#62591](https://github.com/zed-industries/zed/pull/62591))