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.

Should be doable with worktrees. Claude Code has a flag for that, others probably do too.

Yes, this; git worktree is a pretty standard solution, straightforward to leverage in any IDE or AI harness worth its salt.

[dead]

[dead]