Zed 1.15.1
Zed 1.15.1 is out — a quick patch release that squashes several sharp edges I ran into this week. Nothing flashy, just the stuff that makes the editor feel trustworthy again.
What Got Fixed
The headline one: the Cursor ACP agent would sometimes fail to start at all. That's fixed now — no more flaky agent launches when you flip Cursor ACP mode on.
Git got some love too. The GPG passphrase modal was popping up on every single commit for people whose pinentry (like pinentry-mac with the macOS Keychain) can already supply the passphrase automatically. Zed now only asks when gpg genuinely can't get the passphrase on its own. Massive quality-of-life win for signed-commit people.
The Quiet Fixes
- Extension array merging — fixed a bug where extension settings merged arrays incorrectly in some cases.
- Project search — now works in non-Unicode files instead of silently returning nothing.
Solid little release. If you were hitting the Cursor agent or the GPG prompt spam, this upgrade is worth the download. If not, you can wait for the next feature drop.