Comment by dbbk
1 hour ago
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.
1 hour ago
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.