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 v0.2.27 Home All releases olderv0.2.25 v0.2.29newer
Claude Code v0.2.27

New Diff Rendering Engine

The diff display system has been completely overhauled with several new components:

  • Sq2 - Core diff generation using the underlying diff library
  • uq2 - Main diff component that renders patches with word-level highlighting
  • zV9 - Preprocesses diff lines and identifies line types (add/remove/unchanged)
  • QV9 - Matches removed lines with their corresponding additions for word-diff analysis
  • qV9 - Performs word-level diff comparison between matched lines
  • RV9 - Renders individual lines with word-level highlighting
  • UV9 - Orchestrates the complete diff rendering process
  • ff - Renders line numbers with proper formatting
  • fV9 - Assigns line numbers to diff entries
  • od - Feature flag wrapper that enables word-level diff when available

See this entry in the whole of v0.2.27 →