fix(docs): web_tools is a tool group, not a capability
Remove web_tools from the C4P4B1L1T13S table in dashboard.md and add it to the T00L GR0UPS section with a note that it gates Claude built-ins rather than MCP tools. Fix turn-loop.md to say 'tool-group-gated' and 'web_tools tool group' throughout.
This commit is contained in:
parent
91ad9877dc
commit
0da736f2a1
2 changed files with 9 additions and 7 deletions
|
|
@ -142,7 +142,6 @@ The current capabilities are:
|
|||
| `manage_root_agent` | allows the `set_status` / lifecycle tools on the root manager |
|
||||
| `read_host_journal` | unlocks `get_host_journal` to read journald from inside a container |
|
||||
| `query_agent_state` | allows `get_loose_ends(agent: "<name>")` calls targeting other agents |
|
||||
| `web_tools` | adds Claude's built-in `WebFetch` (fetch a URL) and `WebSearch` (web search) to the agent's `--tools` list; off by default |
|
||||
|
||||
Each row is one agent. Columns are the capability names returned by
|
||||
`GET /api/capabilities` as `caps: Vec<String>`. Checking or unchecking
|
||||
|
|
@ -161,8 +160,11 @@ active for the agent. Backed by `GET /api/tool-groups` (columns) and
|
|||
each save so `HIVE_TOOL_GROUPS` takes effect.
|
||||
|
||||
The current tool groups are: `messaging`, `meta`, `inbox`, `lifecycle`,
|
||||
`approvals`, `scheduling`, `diagnostics`, `execution`. All listed in
|
||||
`ToolGroup::ALL` in `hive-sh4re`.
|
||||
`approvals`, `scheduling`, `diagnostics`, `execution`, `web_tools`. All
|
||||
listed in `ToolGroup::ALL` in `hive-sh4re`. The `web_tools` group is
|
||||
special: it carries no MCP tools; instead it adds Claude's built-in
|
||||
`WebFetch` and `WebSearch` to `--tools` / `--allowedTools` for that
|
||||
agent session.
|
||||
|
||||
Both tables share the same visual shape: `.cap-table-wrap` /
|
||||
`.tg-table-wrap` outer scroll container, `thead` with a label column
|
||||
|
|
|
|||
Loading…
Reference in a new issue