Live data from Hacker News

Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

github.com

21–30 of 42 posts

Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

#21
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.

Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

#22
post #21

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.

[flagged]

Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

#26
post #21

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.

Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf

#29
post #26
post #21

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.
Post reply on HN