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 ·

Plugin loading splits out npm-sourced plugins from marketplace catalog flow

Plugins installed from npm are now resolved through a separate code path from marketplace plugins

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.275,
Under the hood

Plugins installed from npm are now resolved through a separate code path from marketplace plugins

What

When Claude Code figures out which plugins are enabled, plugins whose source is the special "npm" pseudo-marketplace are no longer processed through the normal marketplace-catalog lookup. Instead they are resolved through a dedicated path built specifically for npm-sourced plugins.

Why

This separates the handling of plugins installed via npm from plugins installed via a marketplace catalog, which should make npm-based plugin installs more reliable since they no longer have to go through machinery meant for marketplace catalogs.

See this entry in the whole of v2.1.275 →