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.127 Home All releases olderv1.0.126 v1.0.128newer
Claude Code v1.0.127

Improved Diff Stats Display Component

What: New unified component for displaying file change statistics during restore operations.

Details:

  • Created kGB() helper component at line 413123 to consistently display file names and diff stats
  • Shows either the single filename or count of multiple files
  • Displays insertions (+) and deletions (-) with appropriate colors
  • Simplifies the restore UI presentation
  • Evidence: kGB() component at line 413123 (new in v1.0.127, did not exist in v1.0.126)

See this entry in the whole of v1.0.127 →