←back to thread

159 points jbredeche | 4 comments | | HN request time: 2.695s | source
1. simonw ◴[] No.45531558[source]
There are quite a few products designed to help manage multiple agents at once. I'm trying out Conductor right now - https://conductor.build/ - it's a pretty slick macOS desktop app that handles running Claude Code within a GUI and uses Git worktrees to manage separate checkouts at the same time.
replies(3): >>45531678 #>>45534432 #>>45536459 #
2. jbentley1 ◴[] No.45531678[source]
Check out Crystal, similar but open source https://github.com/stravu/crystal
3. babyshake ◴[] No.45534432[source]
These apps are cool, but won't this functionality surely be replicated within Claude Code itself? This does seem to be in "picking up pennies in front of a steamroller" territory but I could be wrong.
4. ridruejo ◴[] No.45536459[source]
We have built Rover, an OSS tool that allows you to run multiple instances of Claude (and Codex, Gemini...) while keeping them from stepping on each other toes using containerized environments and Git worktrees https://github.com/endorhq/rover/