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.269 ·

Hooks-module admission check added to plugin.register callers

Plugin host calls are now blocked if the hooks module behind them hasn't been fully admitted yet

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.269,
Under the hood No documentation found

Plugin host calls are now blocked if the hooks module behind them hasn't been fully admitted yet

What

A guard was added before Claude Code runs any host-provided $.* call originating from a plugin or hooks module. The call is now refused if the caller chain or its environment ID is still marked as not yet admitted, since plugin.register runs once per admitted set of plugins and a call from an unadmitted hooks module means that module isn't part of the built set yet.

Why

This prevents a plugin's hooks module from making host calls before it has actually been admitted into the running set, closing a window where such a call could otherwise slip through.

Read from
Names in the bundleplugin.register

See this entry in the whole of v2.1.269 →