Releases

Keep up with the weekly Zed releases.

August

0.202.2

Aug 28, 2025

macOS
Loading...
Loading...
Linux
Loading...
Loading...
  • acp: By default, Zed will now download and use a private copy of the Gemini CLI binary, instead of searching your $PATH. To make Zed search your $PATH for Gemini CLI before attempting to download it, use the following setting:
{
  "agent_servers": {
    "gemini": {
      "ignore_system_version": false
    }
  }
}
  • ACP agents now respect the always_allow_tool_actions setting (#37104)
  • Fixed an issue where models with the same ID from different providers (such as Claude Sonnet 4 from both Zed and Copilot) were incorrectly deduplicated in the model selector—now all variants are shown. (#37088)
  • agent: Fixed a bug that canceled editing when scrolling the user message out of view. (#37020)
  • Fix tool calling for x-ai/grok-code-fast-1 model via OpenRouter. (#37094)