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

Hooks execution now tracks a live per-host list of running hooks

Claude Code now tracks a live list of running hooks per host, with an agent ID threaded through

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.271,
Under the hood

Claude Code now tracks a live list of running hooks per host, with an agent ID threaded through

What

When Claude Code runs hooks (scripts that fire on events like tool use) outside the normal request/response cycle, it now registers each batch of hooks in a shared tracking store before running them, marks each one as settled once it finishes, and cleans up the registration when all are done. An agentId value is now passed through the entire hook-execution path, and a finisher callback runs once every hook in the batch has settled.

Why

This gives Claude Code visibility into which hooks are currently running per host and ties that activity to a specific agent, which is a building block for coordinating or reporting on hook execution rather than a change you'll directly interact with.

See this entry in the whole of v2.1.271 →