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-reload diagnostics gain a human-readable 'why did we refold' explainer

Hooks diagnostics now explain in plain language why the hooks list was recalculated

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

Hooks diagnostics now explain in plain language why the hooks list was recalculated

What

Claude Code can now generate a human-readable explanation of why its internal set of hooks (scripts that run automatically at certain points, often added by plugins) was recalculated ("refolded"). The explanation names which plugin's hooks changed and how — for example, loaded fresh, added to, or removed from the set — or notes that a plugin crashed leaving work withheld, or that the order of the kept modules changed.

Why

This makes it easier to understand, when debugging, why the active set of hooks changed rather than just seeing that it did.

See this entry in the whole of v2.1.277 →