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.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

SDK task events say who owns the task

Use it now
Useful3 Signal3
SDK not in their notes

SDK task_started events now include owned_by_subagent so you can tell who owns a task.

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.

See this entry in the whole of v2.1.228 →