Browse Source

remove block anchor edit

Dax Raad 7 months ago
parent
commit
4ccf683527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/tool/edit.ts

+ 1 - 1
packages/opencode/src/tool/edit.ts

@@ -599,7 +599,7 @@ export function replace(content: string, oldString: string, newString: string, r
   for (const replacer of [
     SimpleReplacer,
     LineTrimmedReplacer,
-    BlockAnchorReplacer,
+    // BlockAnchorReplacer,
     WhitespaceNormalizedReplacer,
     IndentationFlexibleReplacer,
     EscapeNormalizedReplacer,