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.
SDK task_started events now include owned_by_subagent so you can tell who owns a task.
What's wrong with this entry?
Anonymous. No account, no email.
owned_by_subagenttask_started
What
The task_started system event in the SDK stream now includes owned_by_subagent, so consumers can tell tasks a subagent owns apart from tasks the main thread owns. The session runner tracks the owned task ids alongside it.
Evidence
owned_by_subagent
Strings lifted out of the shipped bundle, so the claim above can be checked against them.