Zed Editor v0.227.1: Parallel Subagents Land in the Open-Source IDE Race
The agentic IDE war is moving fast. JetBrains launched Air in public preview just yesterday, positioning itself as the agent-first development environment. Today, Zed — the performance-obsessed open-source editor — ships v0.227.1 with a feature that directly answers the multi-agent challenge: native parallel subagents. What’s New in v0.227.1 The headline feature is a new spawn_agent tool built into Zed’s AI assistant. When the AI determines a task would benefit from parallel execution, it can now spawn and run subagents in parallel — each handling a discrete portion of the work in its own context window — and then coordinate the results. ...