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.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Plugin installs can fail closed on unreadable marketplace sources

You'll notice
Useful3 Signal3
Plugins

Plugin installs can now be blocked outright when a marketplace source can't be read.

What

Resolving which marketplace a plugin dependency comes from gained a fail-closed option. When the list of known marketplaces comes back empty, an unresolvable marketplace is treated as blocked rather than quietly allowed, which can turn an install that used to succeed into a policy block.

Details
  • The option is failClosedOnUnknownSource; the block is reported as marketplace-blocked-by-policy.
  • It only applies when managed plugin policy sources are present. Without them the old permissive behaviour stands.
Evidence

failClosedOnUnknownSource

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