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.59 Home All releases olderv2.0.58 v2.0.60newer
Claude Code v2.0.59

Slash Command UI Components Refactored

What: /todos and /plan commands converted to use new local-jsx rendering pattern.

Details:

  • AD9() component at line 499901 for todos display
  • wx3() component at line 500269 for plan display
  • $VA() wrapper component at line 493331 for async rendering
  • UVA() function at line 493327 for synchronous JSX-to-string conversion

See this entry in the whole of v2.0.59 →