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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Marketplaces can list plugins by bare name under metadata.pluginRoot

Use it now
Useful2 Signal2
Plugins

Marketplaces can set metadata.pluginRoot so plugin entries resolve by bare name inside one folder.

metadata.pluginRoot
What

A plugin marketplace file can now declare metadata.pluginRoot once at the top, and entries whose source is a bare name (not a ./relative/path) are resolved inside that folder. If pluginRoot is absent, or points outside the marketplace directory, the entry loads as a stub carrying an explanatory error rather than failing quietly.

Details
  • Applies only to bare source names; relative paths behave as before.
  • pluginRoot must itself be a relative path contained by the marketplace root.
  • No gate: this is plain marketplace loading.
Evidence

Bare source names resolve under metadata.pluginRoot

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.239 →