Skip to content

Conversation

@shanev
Copy link

@shanev shanev commented Oct 23, 2025

Fixes #5560.

Summary

  • Extended parse_git_apply_output so we capture conflicted paths from git rebase/git merge output (e.g. CONFLICT (content): Merge conflict in …, modify/delete conflicts).
  • Added regression tests covering both the rebase transcript and a modify/delete scenario.
  • Kept a conservative fallback: we now only return a path when we can positively identify it.

@shanev
Copy link
Author

shanev commented Oct 23, 2025

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git rebase often hangs because conflicts aren’t surfaced to the model

1 participant