chore: generate

This commit is contained in:
opencode-agent[bot] 2026-04-15 22:45:54 +00:00
parent 916131be19
commit 83e257b468
22 changed files with 55 additions and 72 deletions

View file

@ -225,17 +225,17 @@ If no tools are specified, all tools are enabled by default.
Here are all the tools can be controlled through the mode config.
| Tool | Description |
| ----------- | ----------------------- |
| `bash` | Execute shell commands |
| `edit` | Modify existing files |
| `write` | Create new files |
| `read` | Read file contents |
| `grep` | Search file contents |
| `glob` | Find files by pattern |
| `patch` | Apply patches to files |
| `todowrite` | Manage todo lists |
| `webfetch` | Fetch web content |
| Tool | Description |
| ----------- | ---------------------- |
| `bash` | Execute shell commands |
| `edit` | Modify existing files |
| `write` | Create new files |
| `read` | Read file contents |
| `grep` | Search file contents |
| `glob` | Find files by pattern |
| `patch` | Apply patches to files |
| `todowrite` | Manage todo lists |
| `webfetch` | Fetch web content |
---