Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Plugin API chain calls can skip requiring a locally-registered core

Plugin API event chains can now skip requiring a locally-registered core handler

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

Plugin API event chains can now skip requiring a locally-registered core handler

What

Claude Code's plugin API introduces the idea of an externally-provided "core" handler. When this external core is present, calls to plugin API events ($.<event>) can now proceed even if neither the site nor the specific call registered a local core handler, skipping the error that would otherwise be raised for having no core at the bottom of the chain.

Why

This allows plugin event chains to complete successfully in setups where the core handler is supplied externally rather than registered locally, instead of failing with a missing-core error.

See this entry in the whole of v2.1.271 →

Feedback