Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Plugin cache reuse now accounts for other running sessions

You'll notice
Useful3 Signal2
Plugins

Installing a plugin no longer yanks a cached copy out from under your other sessions.

What

Installing or linking a plugin now classifies an existing cached copy as in use by another session, safe to reuse as-is, or unclassifiable, and that decides whether the cache is reused or overwritten. An overwrite waits for other sessions to finish rather than pulling the directory out from under them.

Details
  • Removal logs say superseded when a newer version replaced the cache and incomplete when the previous write did not finish.
  • Always active for plugin installs; there is no flag.
Evidence

Removing ${qe || Ne ? "superseded" : "incomplete"} cache directory for ${t} at ${F}

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.251 →