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 ·

npm-marketplace plugin lane flag added to install/publish context

Plugin install/publish now handles npm-based marketplace plugins via a dedicated resolution path

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

Plugin install/publish now handles npm-based marketplace plugins via a dedicated resolution path

What

When installing or publishing a plugin whose id matches an npm-marketplace naming pattern, Claude Code now marks the operation with an isNpmMarketplaceLane flag and resolves its version through npm resolution, rather than through the normal git/archive-based resolution used for other plugins.

Why

This lets Claude Code properly support plugins distributed via npm marketplaces, using version resolution appropriate to npm packages instead of the git-based flow.

See this entry in the whole of v2.1.275 →