mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-24 00:51:34 +00:00
chore: add changeset for #12210 fix
This commit is contained in:
parent
6fff6d9483
commit
c28ec2b526
1 changed files with 5 additions and 0 deletions
5
.changeset/fix-apply-diff-malformed-separator.md
Normal file
5
.changeset/fix-apply-diff-malformed-separator.md
Normal 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.
|
||||
Loading…
Add table
Reference in a new issue