chore: add changeset for #12210 fix

This commit is contained in:
SAY-5 2026-04-28 04:56:18 -07:00
parent 6fff6d9483
commit c28ec2b526

View file

@ -0,0 +1,5 @@
---
"roo-cline": patch
---
apply_diff: detect a malformed `-------` separator in the SEARCH section (e.g. `-------import { ... }` with no trailing newline) and surface a clear "Malformed separator" error instead of the generic "63% similar" mismatch. Smaller models that occasionally emit this shape can now self-correct on the next attempt instead of looping. Closes #12210.