Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

Hook execution now tracks a per-call 'reading budget' and records timing for hooks that never call next()

Hook execution now tracks a reading budget and logs timing when a hook never calls next()

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

Hook execution now tracks a reading budget and logs timing when a hook never calls next()

What

Hooks (custom scripts that can run at points in Claude Code's workflow) are invoked with a new budget accessor available to their execution context, both in normal runs and in .catch error handlers. Separately, Claude Code now detects when a hook produced no downstream calls at all (and wasn't an error handler or a 'hop' handler) and records timing information for that case.

Why

This is internal bookkeeping that gives Claude Code more visibility into hook behavior, particularly hooks that run but never pass control onward, without changing what a hook author needs to do.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat the 'reading budget' controls or limits is not stated in the finding.

See this entry in the whole of v2.1.275 →

Feedback