docs(terminal-rendering): rewrite ask-answer section in present tense
This commit is contained in:
parent
f104d39c72
commit
fda6a9ac9d
1 changed files with 7 additions and 11 deletions
|
|
@ -210,17 +210,13 @@ This keeps less-frequent tools that don't have a specific
|
||||||
`fmtToolUse` case from dumping raw JSON. Common matrix and
|
`fmtToolUse` case from dumping raw JSON. Common matrix and
|
||||||
hyperhive tools have their own cases and skip this path.
|
hyperhive tools have their own cases and skip this path.
|
||||||
|
|
||||||
## Inline ask-operator answer (removed)
|
## Inline ask-operator answer
|
||||||
|
|
||||||
An `mcp__hyperhive__ask(to: "operator", ...)` row used to mount an
|
An `mcp__hyperhive__ask(to: "operator", ...)` row has no inline
|
||||||
inline answer form (`.ask-answer-inline-slot`, `reconcileAskBinds()`)
|
answer form in this terminal — it renders like any other tool call.
|
||||||
directly in the terminal scrollback. It depended on a since-removed
|
The operator answers a pending question from the main dashboard's
|
||||||
`/api/loose-ends` endpoint and had been silently dead since that
|
own question surfacing (`dashboard/src/swarm.js` + `call.js`, the
|
||||||
removal (hyperhive#2922) — ripped out rather than rebuilt (mara: only
|
Y3R C4LL tab), not from the per-agent page.
|
||||||
the main dashboard's own question surfacing needs to work). An `ask`
|
|
||||||
tool call now renders like any other tool call, with no inline answer
|
|
||||||
affordance; the operator answers via the dashboard
|
|
||||||
(`dashboard/src/swarm.js` + `call.js`).
|
|
||||||
|
|
||||||
## Dashboard side (not covered here)
|
## Dashboard side (not covered here)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue