rename bash tools: bash_run/bash_status → run/status (#1186)

This commit is contained in:
damocles 2026-06-03 21:02:37 +02:00 committed by mara
commit 18e0e8fc2b
3 changed files with 10 additions and 10 deletions

View file

@ -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