Zed Industries shipped editor Zed v1.21.0 on 2026-09-23. AI: Agent Panel BYOK for Claude Opus 5.5 (Anthropic) and GPT-6 Astra/Sol/Luna (OpenAI); SuperGrok sign-in for Grok models; DeepSeek Flash 4.1; Z.ai GLM via Mistral provider; `agent.prevent_idle_sleep` on by default so long agent turns do not idle-sleep the machine. Also: language-server command picker, `showDocument` open file/URL, faster syntax/Markdown code-block rendering, ACP compatibility and async task wakeup improvements.

Key Takeaways

  • ✓Shipped: v1.21.0 — zed.dev/releases/stable
  • ✓BYOK: Opus 5.5 (Anthropic) + GPT-6 Astra/Sol/Luna (OpenAI)
  • ✓Default agent.prevent_idle_sleep for long agent turns
  • ✓Also: SuperGrok, DeepSeek Flash 4.1, Z.ai GLM via Mistral; ACP improvements
  • ✓Docs: AI overview, Agent Panel, LLM providers
🔬

In-Depth Technical Analysis

Core Background & Industry Pain Points Editor agent panels that only use vendor-hosted routing block teams from spending existing Anthropic/OpenAI quotas on frontier models (Opus 5.5, GPT-6). Long agent turns also hit laptop idle-sleep, freezing SSH, language servers, and buffers. Zed’s Agent Panel needs BYOK and anti-sleep to be a daily driver. ### Architecture Highlights & Internals v1.21.0 adds BYOK for Claude Opus 5.5 and GPT-6 Astra/Sol/Luna; SuperGrok sign-in; DeepSeek Flash 4.1; Z.ai GLM via Mistral; default agent.prevent_idle_sleep. Also: language-server command picker, showDocument, faster syntax/Markdown rendering, ACP/async wakeup improvements. ### Authoritative Benchmarks & Measured Scores No reproducible ms/frame or SWE-bench figures. Validate BYOK multi-tool turns for Opus 5.5 and GPT-6 family, and confirm default prevent_idle_sleep vs disabled. Treat “faster rendering” as qualitative. ### Developer Hands-on Guide Upgrade from GitHub or zed.dev/releases/stable. Configure keys via LLM providers; see Agent Panel and AI overview. Disable agent.prevent_idle_sleep if you want idle sleep.