4 ms·
Can subagents work on multiple branchs at the sametime (in a sandbox or some other way)? This is a major pain atm with any IDE, they all fight over the same gi
by cfontes 6mo ago
Can subagents work on multiple branchs at the sametime (in a sandbox or some other way)?
This is a major pain atm with any IDE, they all fight over the same git cmd instance and make a mess out of it. I have a custom setup for this but would like some more integrated way of solving this.
- xkbear89 6mo ago[flagged]
- ElFitz 6mo agoShould be doable with worktrees. Claude Code has a flag for that, others probably do too.
- chrisweekly 6mo agoYes, this; git worktree is a pretty standard solution, straightforward to leverage in any IDE or AI harness worth its salt.
- chappyasel 6mo ago[dead]
- mohshomis 6mo agothat can be definitely implemented, I've also similar idea in another repo in my GitHub called ckpt you can check if you are interested but definitely that's sth that can be added ofc