Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.267 ·

Session cache no longer read from disk for thin/adopted sessions

Session cache no longer reads from disk for thin or adopted sessions

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSessionswhat it touches
KindInternal Changesin v2.1.267,
Under the hood

Session cache no longer reads from disk for thin or adopted sessions

What

When fetching cached session data or checking how old a cache file is, Claude Code now skips reading from disk entirely in cases where disk-based session adoption has been suppressed or an alternate session source is active instead.

Why

This avoids unnecessary or incorrect disk reads for session types, like thin clients or adopted sessions, that shouldn't be relying on the local disk cache in the first place.

See this entry in the whole of v2.1.267 →