Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Prompt hooks that time out are now logged

You'll notice
Useful3 Signal2
Hooks

A prompt hook that times out is now logged and recorded instead of vanishing silently.

timeout
What

When a hook that runs on your prompt hits its time limit, Claude Code logs a warning naming the hook event and records a timeout event with the event name, the limit and the actual duration. Previously a timed-out prompt hook left no trace. The limit is still 30000ms unless the hook sets its own timeout.

Details
  • The evaluator stamps a start time and reports only when its own signal aborts while the session is still running, so ordinary session cancellation is not counted as a hook timeout.
Evidence

tengu_hook_prompt_timeout

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.232 →