From 8077b183587f05cb29a372f01aad00f22cba8cb8 Mon Sep 17 00:00:00 2001 From: Matthew Stibbard Date: Wed, 20 Aug 2025 11:16:50 +1000 Subject: [PATCH] add full list of tools to permissions page --- .../web/src/content/docs/docs/permissions.mdx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/packages/web/src/content/docs/docs/permissions.mdx b/packages/web/src/content/docs/docs/permissions.mdx index 44dbc92ef8a5..bef933af2861 100644 --- a/packages/web/src/content/docs/docs/permissions.mdx +++ b/packages/web/src/content/docs/docs/permissions.mdx @@ -15,11 +15,19 @@ Permissions are configured in your `opencode.json` file under the `permission` k ### Tool Permission Support -| Tool | Description | -| ---------- | ------------------------------- | -| `edit` | Control file editing operations | -| `bash` | Control bash command execution | -| `webfetch` | Control web content fetching | +| 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 | +| `todoread` | Read todo lists | +| `webfetch` | Fetch web content | They can also be configured per agent, see [Agent Configuration](/docs/agents#agent-configuration) for more details.