Skip to content

Commit c480006

Browse files
chore: generate
1 parent 6aa8e89 commit c480006

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • packages/web/src/content/docs

packages/web/src/content/docs/cli.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ This command will guide you through creating a new agent with a custom system pr
9797

9898
#### Flags
9999

100-
| Flag | Description |
101-
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
102-
| `--path` | Directory to write the agent file to (defaults to global or `.opencode/agent` based on the prompt) |
103-
| `--description` | What the agent should do |
104-
| `--mode` | Agent mode: `all`, `primary`, or `subagent` |
100+
| Flag | Description |
101+
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
102+
| `--path` | Directory to write the agent file to (defaults to global or `.opencode/agent` based on the prompt) |
103+
| `--description` | What the agent should do |
104+
| `--mode` | Agent mode: `all`, `primary`, or `subagent` |
105105
| `--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` |
106-
| `--model`, `-m` | Model to use, in `provider/model` format |
106+
| `--model`, `-m` | Model to use, in `provider/model` format |
107107

108108
Passing all of `--path`, `--description`, `--mode`, and `--permissions` runs the command non-interactively.
109109

0 commit comments

Comments
 (0)