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 ·

Rewind now evicts cached file/memory reads for the discarded messages

Rewinding a conversation now clears cached file reads so you don't see stale content after rewind.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSessionswhat it touches
KindBug Fixesin v2.1.260,
You'll notice No documentation found

Rewinding a conversation now clears cached file reads so you don't see stale content after rewind.

Rewinding a conversation (rewind_conversation) now evicts cached file and memory reads tied to the discarded messages instead of just dropping them. Claude Code walks the spliced-off messages, determines which files and which nested CLAUDE.md/memory files were read during that span, and clears them from the in-memory read-file cache and from the agent's read-file state via a new evictNestedMemoryPaths callback. Previously a later re-read after a rewind could have served stale cached content for files that changed between the original read and the rewind point.

Read from
Names in the bundlerewind_conversation

See this entry in the whole of v2.1.260 →

Feedback