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.260 ·

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

The result SDK event now also includes the triggering user message uuid.

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

The result SDK event now also includes the triggering user message uuid.

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.

Read from
Names in the bundleuser_message_uuid
What the documentation says

See this entry in the whole of v2.1.260 →

Feedback