Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Stream-JSON result schema spells out what a held-back result includes

You'll notice
Useful2 Signal2
SDK

The stream-JSON schema now documents that a held-back result still carries cost and usage.

What

The schema shipped to SDK consumers now documents that a result withheld while background subagents finish still carries its total cost, API duration and per-model usage as of the moment it was written, not just the subagent counters.

Evidence

as do its total_cost_usd, duration_api_ms and modelUsage

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.239 →