Git branches integration

With the new parallel agents feature, it created a new issue:

If you want different agents to work on different features or bug fixes, they all make changes to the current branch.

It would be nice to have a system where you can mark an agent conversation to create a new branch and when you’re done, you mark it as complete and it automatically merges back into your current branch.

2 Likes

Nice idea. Would git work trees be a stop gap solution until a native solution is available? Git - git-worktree Documentation