docs: scope get_agent_meta clearing list to status fields only

This commit is contained in:
lexis 2026-05-26 00:12:32 +02:00 committed by Mara
commit e750b08f58

View file

@ -232,10 +232,9 @@ it as a stdio child via `--mcp-config`. The hyperhive socket name is
whether a sub-agent is idle before sending it work). Omit
`name` to get your own identity stamp — replaces the previous
`whoami` tool. `running` is `true` when the container is up.
When `running` is `false` the host clears live-only sentinel
fields (`status_text`, `status_set_at`, `needs_login`,
`rate_limited`, `ctx_tokens`) before serving the response, so
stale on-disk state never reaches the caller. Status fields are
When `running` is `false` the host clears `status_text` /
`status_set_at` (they would be stale snapshots from before the
container stopped) before serving the response. Status fields are
also `None` when the target has never called `set_status` or
has cleared it.
- `request_next_turn()` — ask the harness to start another turn