Zed adds a Threads Sidebar for managing multiple parallel agent threads across projects, worktrees, and repos in one window at 120 fps.
Key Takeaways
The Threads Sidebar groups threads by project, supports per-thread agent selection, worktree isolation, and cross-repo agent access.
New default layout moves Threads and Agent Panel left, Project and Git Panels right; opt-in for existing users, configurable via right-click.
Each thread controls which folders and repositories the agent can read and write, giving fine-grained context scope per task.
Zed is agent-agnostic: you pick the model or provider per thread, not locked to a first-party assistant.
Parallel Agents ships in the latest Zed release; open-source, accessible via option-cmd-j on macOS or ctrl-option-j on Linux/Windows.
Hacker News Comment Review
Opinion on parallel agents as a primary workflow is divided; a significant share of commenters prefer serial deep work or occasional terminal tabs, citing cognitive debt and the need to steer agents mid-task toward architecturally sound paths.
The new 4-panel default layout drew consistent criticism for crowding out the code editor and file tree, particularly on standard-width laptops where only two panes fit; commenters noted the design favors ultrawide monitors.
UI friction was a recurring theme: inconsistent X button behavior closing editor, agent, or panel unpredictably, missing popular extensions (TODO highlight, TabOut), no opencode Go support, and inability to configure font size in the git commit editor.
Notable Comments
@jamie_ca: Lifecycle hooks that duplicate Postgres dev/test DBs per worktree and delete them on close are the concrete unlock, not just thread management.