Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Plugins can now be installed and updated directly from the npm registry

Claude Code plugins can now come from npm packages, not just git or the marketplace, behind a gate

TierNothing to try yethow much it should matter to you
Useful5my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPluginswhat it touches
KindIn Developmentin v2.1.275,
Group of 6 Nothing to try yet Notable

Claude Code plugins can now come from npm packages, not just git or the marketplace, behind a gate

What

  • Plugin installs and updates can now use an npm registry as the source, alongside the existing git and claude.ai sources. Install records track npmVersionSpec, npmResolved, npmIntegrity, and npmRegistry, and installation refuses to proceed if the package's integrity can't be verified.
  • Plugin identifiers can now reference npm-scoped packages, such as @scope/name, and @scope/name@npm is understood as that package sourced from npm.
  • claude plugin install recognizes an @npm-suffixed spec (name@npm, @scope/name@npm, [email protected]@npm) and a new --registry option to install straight from a given npm registry URL, bypassing the marketplace system entirely.
  • A deep link (claude://install-plugin) can now install a plugin directly, taking a plugin name and an optional marketplace, which can also point at an npm source.
  • This whole capability is gated behind an account flag and a feature gate (tengu_plugins_npm_marketplace).

Why

This lets teams distribute and install plugins as ordinary npm packages instead of requiring a git-based marketplace, while still verifying the downloaded package's integrity before trusting it.

Read from
Feature flag
tengu_plugins_npm_marketplace Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.275: off

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.275. It isn't a statement about your account. What a flag value here can and cannot tell you

How sure we are
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this buildNew in this build: tengu_plugins_npm_marketplace

See this entry in the whole of v2.1.275 →