Hacker News new | ask | show | jobs
by cfontes 72 days 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.

2 comments

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.
that 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