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.63 Home All releases olderv2.0.62 v2.0.64newer
Claude Code v2.0.63

Registered Hooks State Management

What: Added functions to get and set registered hooks in the global state.

Details:

  • New kTA() function to set registered hooks (line 2395)
  • New vTA() function to get registered hooks (line 2398)
  • New jJA() function to access plan slug cache (line 2401)
  • Evidence: Functions at lines 2395-2401

See this entry in the whole of v2.0.63 →