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 ·

Plugin archive extraction hardened with staged, atomic swap and Windows retry

Plugin archive installs now extract to a staging area and swap in atomically, with Windows lock retries

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindBug Fixesin v2.1.269,
You'll notice

Plugin archive installs now extract to a staging area and swap in atomically, with Windows lock retries

What

Installing a plugin archive now extracts it to a temporary staging directory first, then swaps it into place atomically, keeping a backup of the previous version during the swap. On Windows, if files are locked by another process (errors like EPERM, EACCES, or EBUSY), it retries, and if the directory is still locked afterward, it falls back to extracting in place with a warning rather than failing the install.

Why

This makes plugin installs more resilient, especially on Windows where antivirus software or other processes commonly hold files open, and reduces the chance of a failed or partially-applied install.

See this entry in the whole of v2.1.269 →