-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Claude produces mangled change output #94
Comments
Title: Automatically Correct Mis-Emitted XML Tags in Claude's Change Output Problem: Analysis: Proposed Changes:
By addressing the tag mismatch issue through both preventive measures in output generation and corrective measures in post-processing, the fault in the output XML can be systematically resolved. |
Won't fix |
https://github.com/getappmap/navie-benchmark/actions/runs/11614957222/job/32344372220
This is a surprisingly common error, in which the closing
</modified>
tag is mis-emitted as an</original>
tag.We should fix these up automatically when this condition is detected.
The text was updated successfully, but these errors were encountered: