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.221 Home All releases olderv2.1.220 v2.1.222newer

Official marketplace auto-install opt-out relocated, behaviour unchanged

Use it now
Useful3 Signal0
Plugins Notable not in their notes

You can still skip auto-installing the official plugin marketplace with the same environment variable; nothing changed.

CLAUDE_CODE_DISABLE_OFFICIAL_MARKETPLACE_AUTOINSTALL
What

The env-var check that skips auto-installing the official plugin marketplace was rewritten as its own function.

Details
  • Reads the same variable, CLAUDE_CODE_DISABLE_OFFICIAL_MARKETPLACE_AUTOINSTALL.
  • Produces the same skip path and records the same fail reason.
  • No behaviour change found.
Evidence

Official marketplace auto-install disabled via env var, skipping

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.221 →