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

Hooks-module-not-loaded diagnostics reformatted to identify the module, not just the plugin name

Log messages about skipped plugin hooks now name the specific hooks module, not just the plugin

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

Log messages about skipped plugin hooks now name the specific hooks module, not just the plugin

What

When a plugin's hooks module (the file defining its custom hooks) doesn't get loaded, Claude Code logs why. Previously the message used a fixed phrasing naming just the plugin and its source; now it uses a generated identifier that names the specific module instead. This applies across all three cases: the rollout flag being off, a duplicate plugin name, and disableAllHooks being set.

Why

More specific log output makes it easier to tell exactly which hooks module was skipped and why, especially for plugins that define more than one.

See this entry in the whole of v2.1.277 →