summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/modes.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/modes.mdx')
-rw-r--r--packages/web/src/content/docs/modes.mdx23
1 files changed, 11 insertions, 12 deletions
diff --git a/packages/web/src/content/docs/modes.mdx b/packages/web/src/content/docs/modes.mdx
index 5f23df254..b8ea69739 100644
--- a/packages/web/src/content/docs/modes.mdx
+++ b/packages/web/src/content/docs/modes.mdx
@@ -225,18 +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 |
-| `list` | List directory contents |
-| `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 |
---