subagent: add status tool, cut docs down to operator-facing + no cli flags
This commit is contained in:
parent
e64639c4d0
commit
c2fb3c6e3e
7 changed files with 136 additions and 195 deletions
|
|
@ -29,9 +29,9 @@ debug agent behavior.
|
|||
- **[bash](bash.md)** — background shell execution (`mcp__bash__*`),
|
||||
available on every agent unconditionally.
|
||||
- **[subagent](subagent.md)** — spawn nested headless claude sessions
|
||||
(`mcp__subagent__{start,continue,interrupt}`), shipped default-on for
|
||||
every agent today alongside `bash` (expected to become a real opt-in
|
||||
capability later).
|
||||
(`mcp__subagent__{start,continue,status,interrupt}`), shipped
|
||||
default-on for every agent today alongside `bash` (expected to become a
|
||||
real opt-in capability later).
|
||||
- **[forge](forge.md)** — the `hive-forge` Forgejo CLI every agent has
|
||||
for issues, PRs, and comments. Not an MCP tool — a binary agents
|
||||
shell out to instead of ad-hoc curl.
|
||||
|
|
|
|||
Loading…
Reference in a new issue