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 re-entry warnings now name the module by label, not name, and swap origin computation

Hooks re-entry log messages now show a module's label instead of its name

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

Hooks re-entry log messages now show a module's label instead of its name

What

When Claude Code detects a plugin or hooks module trying to re-enter its own code (re-entry), the warning message logged now identifies the module by its label field instead of its name field, and computes the origin information differently internally.

Why

This is a diagnostic-message change: developers debugging plugin or hook re-entry issues will see a differently-sourced identifier and origin string in the log output.

See this entry in the whole of v2.1.277 →