Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.280 ·

SDK tool-result streaming can attach agentId/durationMs for Task-like tools

Streamed tool results for the Task tool can now include an agent ID and duration

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSDKwhat it touches
KindInternal Changesin v2.1.280,
Under the hood

Streamed tool results for the Task tool can now include an agent ID and duration

What

When tool-result events are streamed through the SDK for the Task tool (used to launch subagents) and one other tool, they can now be enriched with an agentId (looked up via a new mapper) and a durationMs value pulled from the tool result, when those are present.

Why

This lets SDK consumers see which agent produced a streamed result and how long it took, useful for tracking subagent work as it streams in.

Read from
Names in the bundleagentIddurationMs
What the documentation says

See this entry in the whole of v2.1.280 →

Feedback