Parallel Agent Execution in Zed : Coding at the Speed of thought. #37791
Replies: 9 comments 4 replies
-
|
I really want this functionality ASAP. It would be great if the team has some progresses about this feature. |
Beta Was this translation helpful? Give feedback.
-
|
does mysti help here? |
Beta Was this translation helpful? Give feedback.
-
|
claude code now has agents swarm (and subagents) |
Beta Was this translation helpful? Give feedback.
-
|
waiting 👍 |
Beta Was this translation helpful? Give feedback.
-
|
yes, waiting |
Beta Was this translation helpful? Give feedback.
-
|
Would love this feature! |
Beta Was this translation helpful? Give feedback.
-
|
Would live this as well! |
Beta Was this translation helpful? Give feedback.
-
|
We're working on this right now. If you'd like to join the Beta, sign up here: https://forms.gle/tXyicuaftR9ETo1y8 I've created an issue as well for good measure: #51426 |
Beta Was this translation helpful? Give feedback.
-
|
I think it would be great if the "one git worktree per agent" would be optional - sometimes I just want to ask a second agent a question about the codebase or let it make a plan for something; a separate git worktree sounds overkill for this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following up on #33132 from June - I've been thinking about the architectural concerns raised and believe there's a lighter-weight path to multi-agent support that could ship sooner.
What's changed since June:
Minimal viable approach that sidesteps the concerns:
Instead of deep architectural changes, we could start with a simple response queue:
This preserves Zed's "speed of thought" philosophy - you're never waiting, always reviewing or
writing. The implementation touches mainly acp_thread for queuing and adds a thin orchestration
layer.
Why revisit now:
Would the team be open to exploring this lighter approach as a stepping stone? I understand the
previous concerns about doing it right, but even this minimal version would be transformative for
daily workflows.
Timeline-wise, could this fit into early 2025 roadmap? Happy to help prototype or test.
Beta Was this translation helpful? Give feedback.
All reactions