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

Bug fix: SessionsV2Client.postEvents read the wrong variable for sequence_num

Fixed a bug where session event posting logged the wrong sequence number

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaSession Managementwhat it touches
KindBug Fixesin v2.1.265,
You'll notice

Fixed a bug where session event posting logged the wrong sequence number

What

The internal function that posts session events (SessionsV2Client.postEvents) was reading the sequence_num value from the wrong variable — one that wasn't the actual result returned by the request. It now correctly reads sequence_num from the parsed result.

Why

This fixes incorrect sequence numbers being recorded for session events, which could otherwise throw off anything that relies on events being tracked in the right order.

See this entry in the whole of v2.1.265 →

Feedback