Comment by mashlol
6 hours ago
Why Mac only?
Also - one issue I've seen with other tools doing worktree stuff is they don't deal with merge conflicts automatically. IMO the agents should just automatically resolve conflicts & rebase on their own, is that a thing here?
Surely that's something you just instruct the model to do in your CLAUDE.md / AGENTS.md right? Not really the domain of the IDE.
If you try to just instruct them they might get it wrong. If the surrounding software forces them to do it, it'll always work. E.g. it can check for merge conflict markers like <<<<<<< and re-invoke codex/claude to merge again if the previous resolution failed for whatever reason (e.g. AI hallucinated, threw up, whatever).
Also you'll need a wrapper to actually detect when merge conflicts will occur and when rebasing is necessary.
Generally, the less you rely on the AI the better. Make the AI write the code, sure, but don't make the AI be the process.