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.
Stream output docs now explain why one reply arrives as several messages sharing an id.
What's wrong with this entry?
Anonymous. No account, no email.
parent_tool_use_idstop_reason
What
The assistant-message schema now states that one message is emitted per completed content block, that consecutive messages can share the same message.id, that stop_reason is null and usage is not final on those, and that parent_tool_use_id is set inside a subagent.
Evidence
the turn's stop reason and total usage arrive on the result message
Strings lifted out of the shipped bundle, so the claim above can be checked against them.