docs: document web_tools capability in turn-loop and dashboard
This commit is contained in:
parent
834d9cb2c4
commit
de8c446a3a
2 changed files with 7 additions and 1 deletions
|
|
@ -574,8 +574,10 @@ status hint moved to the wake prompt + UI header.
|
|||
### Tool whitelist (`mcp::ALLOWED_BUILTIN_TOOLS`)
|
||||
|
||||
- Allowed built-ins: `Edit`, `Glob`, `Grep`, `Read`, `Write`.
|
||||
- Capability-gated built-ins: `WebFetch`, `WebSearch` (added when the
|
||||
`web_tools` capability is granted — see P3RM1SS10NS tab).
|
||||
- Denied by omission or `claude-settings.json` deny list: `Bash`,
|
||||
`WebFetch`, `WebSearch`, `Task`, `NotebookEdit`, `TodoWrite`.
|
||||
`Task`, `NotebookEdit`, `TodoWrite`.
|
||||
- Allowed MCP tools: as listed above per flavor.
|
||||
|
||||
`Bash` is disallowed — shell execution goes through
|
||||
|
|
@ -583,3 +585,6 @@ status hint moved to the wake prompt + UI header.
|
|||
task-id tracking) instead of an interactive shell. The `bash_run` /
|
||||
`bash_status` MCP tools are always in the `--allowedTools` list.
|
||||
|
||||
`WebFetch` / `WebSearch` are off by default; grant the `web_tools`
|
||||
capability in the P3RM1SS10NS tab and rebuild the agent to enable them.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue