summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-01-19 11:21:54 -0600
committerAiden Cline <[email protected]>2026-01-19 11:22:00 -0600
commitdd0906be8c52d460d856ed4cf89e5fe193aa06db (patch)
tree1632384cbbd2aabb5b62e016967de3ebd77b7f35
parentb72a00eaa32e0655d6292ff5f3f79f0ce9231420 (diff)
downloadopencode-dd0906be8c52d460d856ed4cf89e5fe193aa06db.tar.gz
opencode-dd0906be8c52d460d856ed4cf89e5fe193aa06db.zip
tweak: apply patch description
-rw-r--r--packages/opencode/src/tool/apply_patch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/tool/apply_patch.txt b/packages/opencode/src/tool/apply_patch.txt
index e195cd9cb..5b2d95608 100644
--- a/packages/opencode/src/tool/apply_patch.txt
+++ b/packages/opencode/src/tool/apply_patch.txt
@@ -1,4 +1,4 @@
-Use the `apply_patch` tool to edit files. This is a FREEFORM tool, so do not wrap the patch in JSON. Your patch language is a stripped‑down, file‑oriented diff format designed to be easy to parse and safe to apply. You can think of it as a high‑level envelope:
+Use the `apply_patch` tool to edit files. Your patch language is a stripped‑down, file‑oriented diff format designed to be easy to parse and safe to apply. You can think of it as a high‑level envelope:
*** Begin Patch
[ one or more file sections ]