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

Transport now tracks resultDelivery for numbered results

Session transport now tracks a resultDelivery object so 'result' messages can be numbered

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.268,
Under the hood No documentation found

Session transport now tracks a resultDelivery object so 'result' messages can be numbered

What

At startup, Claude Code now wires a new resultDelivery object onto the session's transport layer. It's used to stamp outgoing 'result' type messages so they can be delivered with a sequence number, and a separate counter reads that number back off resultDelivery elsewhere.

Why

Numbering result messages likely helps consumers of the session transport track ordering or detect gaps in delivered results, though the evidence doesn't spell out the specific consumer.

Read from
Names in the bundleresultDelivery
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat actually consumes the numbered results, and why numbering was needed, isn't shown in the evidence.

See this entry in the whole of v2.1.268 →

Feedback