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 v1.0.114 Home All releases olderv1.0.113 v1.0.115newer
Claude Code v1.0.114

Enhanced PostToolUse Hook Messages

What: Specialized system message types for hook execution outcomes instead of generic informational messages.

Details:

  • New message type: post_tool_hook_success for successful hook completion
  • New message type: post_tool_hook_cancelled for user-cancelled hooks
  • Clearer semantic representation in message history
  • Better structured for UI rendering and debugging
  • Note: PostToolUse hooks existed in v1.0.113, only the message types are new
  • Evidence: PIB() at line 398052, jq0() at line 398064

See this entry in the whole of v1.0.114 →