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

Cached file reuse-check timestamp handling fixed

Fixed a bug in the check that decides whether a cached file is still fresh enough to reuse

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.269,
Under the hood

Fixed a bug in the check that decides whether a cached file is still fresh enough to reuse

What

The logic that decides whether a cached copy of a file is recent enough to reuse now correctly reads that file's own last-modified time (rounded down to the millisecond) before calculating its age. Previously it appears to have referenced a variable from the wrong scope.

Why

This fixes the freshness check for cached files, making it correctly reflect the actual file's age rather than possibly using the wrong file's timestamp.

See this entry in the whole of v2.1.269 →