Просмотр исходного кода

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

Ariane Emory 4 месяцев назад
Родитель
Сommit
5c15755a10
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/web/src/content/docs/permissions.mdx

+ 1 - 0
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