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.124 Home All releases olderv1.0.123 v1.0.125newer
Claude Code v1.0.124

Error Categorization Improvement

What: Better distinction between system messages and tool result messages in error categorization.

Details:

  • New cQB() function identifies post_tool_hook_feedback messages
  • Function AN6() (formerly TE6()) now correctly categorizes these messages
  • Evidence: Message type checker cQB() at line 396567, categorizer AN6() at line 396395

See this entry in the whole of v1.0.124 →