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.12 Home All releases olderv2.0.11 v2.0.13newer
Claude Code v2.0.12

Internal Code Organization

Significant internal restructuring for improved maintainability:

  • Ripgrep module relocated from line ~335k to line ~3.8k for faster loading in --ripgrep mode
  • Entry point handling simplified with better separation of concerns
  • Changed from process.exit() to process.exitCode = for more graceful shutdown
  • ~6,898 variable renames throughout codebase (no functional impact)
  • Evidence: Entry point refactoring at lines 461763-461773 in az8() function, ripgrep module relocation to lines 3856-3869

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.12 →