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 ·

Cloud session status now streams incrementally via cloud_session_delta

Cloud session init now reports live connection state and which tool calls are in flight.

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaCloud Sessionswhat it touches
KindImprovementsin v2.1.260,
Group of 3 Use it now Notable No documentation found

Cloud session init now reports live connection state and which tool calls are in flight.

A new SDK system message subtype, cloud_session_delta, lets a cloud-hosted session's headless stream-json client push incremental updates (serving state, connection status, in-flight tool calls, directory sync) between full init snapshots instead of requiring a full re-init each time. The cloud session emitter tracks the last emitted session block and, on later changes, debounces and emits a cloud_session_delta event containing just the changed keys.

The cloud_session field on stream-json init frames also gains connection (connecting/live/reconnecting) and calls (live and recent tool calls served to the cloud session, tracked by id and tool name only), so a desktop/SDK host can show whether its bridge to a cloud session is up and what tool calls are in flight or recently finished, without exposing call input/output.

Read from
Names in the bundlecloud_session_delta

See this entry in the whole of v2.1.260 →

Feedback