summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/cli.mdx
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-04-29 13:15:44 -0500
committerGitHub <[email protected]>2026-04-29 13:15:44 -0500
commit6aa8e894b1cc770e099f8db4338508d1b5d25c04 (patch)
tree50d40ecdf10a899c89950d53a6669400833dbd2e /packages/web/src/content/docs/cli.mdx
parent00bb9836a60f1dcdd0ce5078b05d12f749fdde66 (diff)
downloadopencode-6aa8e894b1cc770e099f8db4338508d1b5d25c04.tar.gz
opencode-6aa8e894b1cc770e099f8db4338508d1b5d25c04.zip
chore: rm broken codesearch tool (#24992)
Diffstat (limited to 'packages/web/src/content/docs/cli.mdx')
-rw-r--r--packages/web/src/content/docs/cli.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/cli.mdx b/packages/web/src/content/docs/cli.mdx
index 0df6b376e..fa6a77bc2 100644
--- a/packages/web/src/content/docs/cli.mdx
+++ b/packages/web/src/content/docs/cli.mdx
@@ -102,7 +102,7 @@ This command will guide you through creating a new agent with a custom system pr
| `--path` | Directory to write the agent file to (defaults to global or `.opencode/agent` based on the prompt) |
| `--description` | What the agent should do |
| `--mode` | Agent mode: `all`, `primary`, or `subagent` |
-| `--permissions` | Comma-separated list of permissions to allow (default: all). Available: `bash`, `read`, `edit`, `glob`, `grep`, `webfetch`, `task`, `todowrite`, `websearch`, `codesearch`, `lsp`, `skill`. Anything omitted is denied. Alias: `--tools` |
+| `--permissions` | Comma-separated list of permissions to allow (default: all). Available: `bash`, `read`, `edit`, `glob`, `grep`, `webfetch`, `task`, `todowrite`, `websearch`, `lsp`, `skill`. Anything omitted is denied. Alias: `--tools` |
| `--model`, `-m` | Model to use, in `provider/model` format |
Passing all of `--path`, `--description`, `--mode`, and `--permissions` runs the command non-interactively.