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

SSE transport now surfaces user-frame UUIDs via onUserFrameReceived

The streaming connection now surfaces user-message UUIDs via a new onUserFrameReceived callback

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.277,
Under the hood No documentation found

The streaming connection now surfaces user-message UUIDs via a new onUserFrameReceived callback

What

The client's SSE (server-sent events) streaming transport now calls a new onUserFrameReceived(uuid, rawPayload) callback whenever it receives a frame whose payload type is "user" and that carries a string UUID, before it passes the data on to the normal data handler.

Why

This lets other parts of Claude Code react specifically to incoming user-message frames and their identifiers as they stream in, rather than only handling them generically alongside every other frame type.

Read from
Names in the bundleonUserFrameReceived

See this entry in the whole of v2.1.277 →

Feedback