Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.260 ·

Turn streaming now propagates the triggering user_message_uuid and tracks first-frame upload

Turn streaming can now track when the first non-thinking frame was uploaded.

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaHeadless SDKwhat it touches
KindInternal Changesin v2.1.260,
Group of 3 Under the hood

Turn streaming can now track when the first non-thinking frame was uploaded.

Live thinking_tokens progress frames (stream-json / Agent SDK) are now stamped with user_message_uuid, the client uuid of the user message (submitMessage options.uuid) that triggered the turn, letting a consumer attribute thinking progress to a send before any reply frame arrives. It's absent on synthetic/scheduled turns, turns without a client uuid, and on Remote Control (interactive terminal) sessions. The synthesized result SDK event (built by the new own function) likewise now includes user_message_uuid when available and the outcome isn't a terminal-reason exit.

The turn-streaming generator also now calls an optional trackFirstFrameUpload callback on the first non-thinking stream_event of a turn.

See this entry in the whole of v2.1.260 →