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 ·

Hook manifest scan capability list expanded

The 'scan' hook set's allowed capabilities were expanded and ui.toast was removed

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

The 'scan' hook set's allowed capabilities were expanded and ui.toast was removed

What

The capability manifest for the 'scan' hook set (a declared list of what that group of hooks is allowed to do) now permits calling env.get, telemetry.log, and telemetry.mark, and explicitly lists reading the HOME and USERPROFILE environment variables. The ui.toast call, previously allowed, was removed from this set's permitted calls.

Why

This changes what 'scan' hooks are allowed to do: they gain access to environment lookups and telemetry logging, but can no longer show toast notifications directly.

See this entry in the whole of v2.1.277 →