Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,14 @@ The cap is lifted for the cases that genuinely need the SDK to keep going — de
> `/telemetry/logs` is what confirms the session was preserved. And a turn that
> hits the cap having produced content but no forwardable tool call is reported
> as `stop_reason: "max_tokens"` (truncated) instead of failing the request.
>
> A capped turn that produced *nothing* — no wire event, no captured tool call —
> never reached the tool boundary the cap exists to stop at, so the single turn
> bought nothing and cost the whole request. Meridian reissues that turn once
> with the cap lifted (`single_turn_cap_lifted` in `/telemetry/logs`), which is
> safe precisely because nothing had reached the client yet. An explicit
> `MERIDIAN_PASSTHROUGH_MAX_TURNS` suppresses the reissue too: the budget is
> then the operator's, and a second identical attempt would only spend a turn.

### Silent turns

Expand Down
Loading
Loading