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 ·

Plugin hooks now report a tier (core/prepend/user)

Plugin hooks now report a tier of core, prepend, or user

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

Plugin hooks now report a tier of core, prepend, or user

What

When Claude Code looks up plugin hooks (scripts that run automatically at certain points), the result now includes a tier field, computed as "core", "prepend", or otherwise "user". Plugin hook metadata now carries {plugin, tier, hook, generation} instead of just {plugin, hook, generation}.

Why

This lets Claude Code distinguish hooks that are built-in ("core"), inserted ahead of others ("prepend"), or defined by the user, which likely matters for how hooks are ordered or prioritized when several apply.

See this entry in the whole of v2.1.267 →