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 ·

Extraction cache state gains per-directory in-flight tracking

Extraction handling now tracks in-flight work per directory

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

Extraction handling now tracks in-flight work per directory

What

The internal cache used during extraction (unpacking archives or similar content into a directory) now tracks additional state per directory: byDir, inFlight, and nextSeq, alongside the existing path, promise, and cleanup-handle fields.

Why

Tracking in-flight extractions per directory helps avoid duplicate or conflicting extraction work happening at the same time in the same location.

See this entry in the whole of v2.1.269 →