docs: add question tool to available permissions list (#19922)

pull/19924/head
Ariane Emory 2026-03-29 13:35:52 -04:00 committed by GitHub
parent 3a4bfeb5b5
commit 5c15755a10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ OpenCode permissions are keyed by tool name, plus a couple of safety guards:
- `task` — launching subagents (matches the subagent type) - `task` — launching subagents (matches the subagent type)
- `skill` — loading a skill (matches the skill name) - `skill` — loading a skill (matches the skill name)
- `lsp` — running LSP queries (currently non-granular) - `lsp` — running LSP queries (currently non-granular)
- `question` — asking the user questions during execution
- `webfetch` — fetching a URL (matches the URL) - `webfetch` — fetching a URL (matches the URL)
- `websearch`, `codesearch` — web/code search (matches the query) - `websearch`, `codesearch` — web/code search (matches the query)
- `external_directory` — triggered when a tool touches paths outside the project working directory - `external_directory` — triggered when a tool touches paths outside the project working directory