docs: scope get_agent_meta clearing list to status fields only
This commit is contained in:
parent
04e67aaa03
commit
e750b08f58
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue