summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-11 12:53:10 -0400
committerDax Raad <[email protected]>2025-09-11 12:53:10 -0400
commit4ccf6835274d9bceed426b767c3464822c076b9d (patch)
treef26892aac415bb3a50b61b9608493c09023d11dc
parentb236ca9047e2ace762e8153e8575acee262bdae9 (diff)
downloadopencode-4ccf6835274d9bceed426b767c3464822c076b9d.tar.gz
opencode-4ccf6835274d9bceed426b767c3464822c076b9d.zip
remove block anchor edit
-rw-r--r--packages/opencode/src/tool/edit.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/tool/edit.ts b/packages/opencode/src/tool/edit.ts
index 64a0ea167..fdd853657 100644
--- a/packages/opencode/src/tool/edit.ts
+++ b/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,