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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Marketplace clones get a whole-tree address form that nothing calls yet

Not switched on
Useful1 Signal0
Plugins

Storage can now address any file inside a marketplace clone, though nothing uses that form yet.

A whole-tree address form for marketplace clone files exists with no caller in this build.

What

Claude Code's governed storage layer, which names files it is allowed to touch, previously named only the two engine-written files of a plugin marketplace. It now also has a form that names any file inside a marketplace clone by relative path under <configHome>/plugins/marketplaces/<marketplace>/. Nothing in this build calls the builder for it, so no marketplace file is addressed this way today.

Details
  • Supporting machinery is complete: a schema variant, a symlink policy that follows links only for the tree form and refuses them otherwise, a per-tree link budget, and a guard so plugins/marketplaces itself cannot be treated as a scope.
  • Creating a scope for the namespace is refused: a marketplace tree is produced by cloning or publishing, not by the scope creator.
  • Deleting the namespace's scope is refused outright, with a message saying the retirement path does not exist yet.
Evidence

a marketplaceCache tree is made by its clone or publish, not by ensureScope

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