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.0.43 Home All releases olderv2.0.42 v2.0.44newer
Claude Code v2.0.43

Session and Message Handling

What changed: Enhanced session lifecycle hooks and message tracking capabilities.

Details:

  • A22() and WW5() provide session hook registration system
  • nA0() extracts message/tool/tooluse IDs from messages
  • Xk2() groups tool uses for grouped rendering
  • ITQ() renders grouped tool use messages
  • $RQ() implements rate-limited messaging
  • WeA() and FeA() track message sources
  • Evidence: A22(), WW5() for session hooks, nA0() for ID extraction, Xk2() for grouping, ITQ() for rendering

See this entry in the whole of v2.0.43 →