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

New marketplace checkout freshness probe avoids unnecessary re-clones

Claude Code checks a plugin marketplace's remote git ref before re-cloning it, skipping the clone when nothing changed

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

Claude Code checks a plugin marketplace's remote git ref before re-cloning it, skipping the clone when nothing changed

What

Before refreshing a plugin marketplace's local git checkout, Claude Code now runs git ls-remote (a command that lists what commits a remote git repository currently has) against the configured ref, or HEAD, and compares the result to the commit the local checkout already has. It only re-clones when the sparse checkout paths changed, HEAD can't be read, the ref isn't advertised by the remote, or the commit hashes differ. Otherwise it reports the checkout as already current.

Why

This avoids unnecessary re-cloning of a marketplace repository when nothing has actually changed, saving time and network calls when Claude Code checks whether plugin marketplaces are up to date.

See this entry in the whole of v2.1.274 →