docs: drop history/rationale framing from recv docs, state current behavior only

This commit is contained in:
damocles 2026-08-02 03:54:14 +02:00 committed by mara
commit cf5d65c369
2 changed files with 4 additions and 6 deletions

View file

@ -126,8 +126,8 @@ request still carries an optional `wait_seconds` (long-poll the first
message, once one arrives — or one is already pending — the call
drains up to `max` in total): the harness's own turn-driving loop
uses it internally (`hive-agent`'s `recv_next`, 180s). The
agent-facing MCP `recv` tool no longer exposes this parameter at all
(#2814) — it always passes `wait_seconds: None`, an immediate peek.
agent-facing MCP `recv` tool does not expose this parameter — it
always passes `wait_seconds: None`, an immediate peek.
Per-row bookkeeping inside the broker: