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

Function-hooks loader adds a per-tier 'user tier held' gate

Plugin hooks loader can now hold an entire 'user tier' of hooks after a prior failure

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.267,
Under the hood

Plugin hooks loader can now hold an entire 'user tier' of hooks after a prior failure

What

The loader for plugin function-hooks (custom code plugins can run at certain points) now checks each module's tier field. If a previous failure has marked a tier as "held," any module still loading with a "user" tier is skipped entirely rather than going through the normal load process, and it is logged as "not loaded: the user tier is held."

Why

This stops an entire tier of user-level plugin hooks from continuing to load after something in that tier has already failed, rather than letting each module fail individually.

See this entry in the whole of v2.1.267 →