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.
Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
31–40 of 42 posts
[dead]
Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#32Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#33Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#34Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#35Why? Like legit question, did you do it for the academy or are you genuinely trying to add yet another (agentic) IDE into the market?
maybe for fun?
Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#36Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#37curious how Modo handles multi-file edits across a monorepo, that's where most tools fall apart for me
really didn't work yet on that but might do if I get more time. there are a lot of ideas to be implemented
Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#38What did you learn?
a lot, most important is there is still to much to be added to the space of agentic coding
Re: Show HN: Modo – I built an open-source alternative to Kiro, Cursor, and Windsurf
#39Can 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.
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