You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can run this whenever a merge conflict happens during a merge or pull process.
Asks the user: prefer HEAD, INCOMING, or MERGE BOTH.
Sends both versions + custom prompt to an LLM.
Resolves and rewrites the conflict file removing markers.
Merges logic where possible; if not, keeps the preferred side but retains max info from the other.
User continues with merge as usual.
Why this matters:
This will appeal to many less experienced Git users — especially those working on school, college, or personal projects — where merge conflicts often feel intimidating. Currently, no other agent handles this natively; existing solutions rely on complex workarounds.
This is the first step toward agentic collaboration in Goose — where in future at least 2 Goose agents can negotiate, merge, and ship code autonomously(in simple words 2 goose agents can work together just like a team of developers working together on same codebase a baby step towards creating fleet of goose agents).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Add a CLI feature to Goose CLI:
What it does:
Why this matters:
Motivation
Discussion in Git Mailing List
Beta Was this translation helpful? Give feedback.
All reactions