←back to thread

159 points jbredeche | 1 comments | | HN request time: 0.202s | source
Show context
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 #
1. 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/