diff options
| author | Aiden Cline <[email protected]> | 2026-04-29 13:15:44 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-29 13:15:44 -0500 |
| commit | 6aa8e894b1cc770e099f8db4338508d1b5d25c04 (patch) | |
| tree | 50d40ecdf10a899c89950d53a6669400833dbd2e /packages/web/src/content/docs/cli.mdx | |
| parent | 00bb9836a60f1dcdd0ce5078b05d12f749fdde66 (diff) | |
| download | opencode-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.mdx | 2 |
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. |
