rename bash tools: bash_run/bash_status → run/status (#1186)
This commit is contained in:
parent
8af06aefdb
commit
18e0e8fc2b
3 changed files with 10 additions and 10 deletions
|
|
@ -2003,7 +2003,7 @@ pub const SERVER_NAME: &str = "hyperhive";
|
|||
/// exist in the session. Web egress (`WebFetch`/`WebSearch`) are
|
||||
/// tool-group-gated (`web_tools`) — off by default. Nested agents
|
||||
/// (`Task`) are intentionally omitted. `Bash` is disallowed — shell
|
||||
/// execution goes through `mcp__hive_bash__bash_run` (background tasks
|
||||
/// execution goes through `mcp__bash__run` (background tasks
|
||||
/// with structured output via `hive-bash-mcp`) instead of a raw interactive shell. `TodoWrite`
|
||||
/// is omitted because the todo list lives in claude's in-process session
|
||||
/// state and silently evaporates on /compact or session reset — agents
|
||||
|
|
|
|||
Loading…
Reference in a new issue