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

Plugin ZIP install gets content-hash based preview caching

Plugin ZIP installs now reuse a cached extraction based on the archive's content hash

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

Plugin ZIP installs now reuse a cached extraction based on the archive's content hash

What

When installing a plugin from a ZIP file, Claude Code now computes a sha256 hash of the archive's contents. If a matching hash has already been extracted (or staged for preview) for that directory, it reuses that existing extraction instead of unzipping the file again. Otherwise, it extracts the plugin into a new directory named after the hash.

Why

This avoids repeatedly re-extracting the same plugin archive, speeding up installs and previews when the same ZIP is processed more than once.

See this entry in the whole of v2.1.274 →

Feedback