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

Session rewind now resets richer session state including 'rewound'/'resumed' kinds

Rewind and resume now reset session state through one call that records whether it was rewound or resumed.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSession Statewhat it touches
KindInternal Changesin v2.1.257,
Under the hood

Rewind and resume now reset session state through one call that records whether it was rewound or resumed.

Session state resets triggered by rewind and resume now go through a consolidated resetForConversation call, using { kind: "rewound" } for rewinds and { kind: "resumed", messages } for resumes, replacing the older resetSessionSignals/absorbSessionSignals pair.

See this entry in the whole of v2.1.257 →

Feedback