summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
authorAriane Emory <[email protected]>2026-03-29 13:35:52 -0400
committerGitHub <[email protected]>2026-03-29 17:35:52 +0000
commit5c15755a10fecf15630232c478302a766d295012 (patch)
treebae5746d2b410d23bcd7451efc1c738b783de647 /packages/web/src
parent3a4bfeb5b52efcbc83e8e3ea8739244411dec562 (diff)
downloadopencode-5c15755a10fecf15630232c478302a766d295012.tar.gz
opencode-5c15755a10fecf15630232c478302a766d295012.zip
docs: add question tool to available permissions list (#19922)
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/content/docs/permissions.mdx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/permissions.mdx b/packages/web/src/content/docs/permissions.mdx
index e4b82942d..a470fddd7 100644
--- a/packages/web/src/content/docs/permissions.mdx
+++ b/packages/web/src/content/docs/permissions.mdx
@@ -138,6 +138,7 @@ OpenCode permissions are keyed by tool name, plus a couple of safety guards:
- `task` — launching subagents (matches the subagent type)
- `skill` — loading a skill (matches the skill name)
- `lsp` — running LSP queries (currently non-granular)
+- `question` — asking the user questions during execution
- `webfetch` — fetching a URL (matches the URL)
- `websearch`, `codesearch` — web/code search (matches the query)
- `external_directory` — triggered when a tool touches paths outside the project working directory