Show HN: An Agent That Resolves Merge Conflicts Automatically
3 points by someguy101010 1 month ago | 2 comments- glitch253 1 month agoI really like your agent-loop blog post.
How does the agent know which to keep and which to discard for a conflict? This would that it has deep contextual information about the codebase it's looking at.
- someguy101010 1 month agoThanks but its not mine! I just found it inspirational.
> How does the agent know which to keep and which to discard for a conflict? This would that it has deep contextual information about the codebase it's looking at.
There is no guidance regarding this in the agent. For some conflicts this is important but I have found that for the conflicts I've tried this on it does not need the additional context to do the right thing! There is a option to add additional prompting before it solves a conflict. I will add notes in here to guide it such as "ignore auto generated files, i will generate them again later" so that it doesn't get stuck on generated data.
- someguy101010 1 month ago