summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/tools.mdx
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-04-21 11:31:20 -0400
committerGitHub <[email protected]>2026-04-21 11:31:20 -0400
commit2486621ca1b9d35ed15ee6c2ff2a04ba46c8e02a (patch)
treea3a2a14ccdae7b9d86c2d819fccfed0d345d59f0 /packages/web/src/content/docs/tools.mdx
parentb5acc2203c1aedd2c5a0e356e47392549d1f88b6 (diff)
downloadopencode-2486621ca1b9d35ed15ee6c2ff2a04ba46c8e02a.tar.gz
opencode-2486621ca1b9d35ed15ee6c2ff2a04ba46c8e02a.zip
chore: kill unused tool (#23701)
Diffstat (limited to 'packages/web/src/content/docs/tools.mdx')
-rw-r--r--packages/web/src/content/docs/tools.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/tools.mdx b/packages/web/src/content/docs/tools.mdx
index f05e980b8..e8d5e0963 100644
--- a/packages/web/src/content/docs/tools.mdx
+++ b/packages/web/src/content/docs/tools.mdx
@@ -95,7 +95,7 @@ Create new files or overwrite existing ones.
Use this to allow the LLM to create new files. It will overwrite existing files if they already exist.
:::note
-The `write` tool is controlled by the `edit` permission, which covers all file modifications (`edit`, `write`, `apply_patch`, `multiedit`).
+The `write` tool is controlled by the `edit` permission, which covers all file modifications (`edit`, `write`, `apply_patch`).
:::
---
@@ -194,7 +194,7 @@ When handling `tool.execute.before` or `tool.execute.after` hooks, check `input.
`apply_patch` uses `output.args.patchText` instead of `output.args.filePath`. Paths are embedded in marker lines within `patchText` and are relative to the project root (for example: `*** Add File: src/new-file.ts`, `*** Update File: src/existing.ts`, `*** Move to: src/renamed.ts`, `*** Delete File: src/obsolete.ts`).
:::note
-The `apply_patch` tool is controlled by the `edit` permission, which covers all file modifications (`edit`, `write`, `apply_patch`, `multiedit`).
+The `apply_patch` tool is controlled by the `edit` permission, which covers all file modifications (`edit`, `write`, `apply_patch`).
:::
---