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.0 Home All releases olderv1.0.128 v2.0.1newer
Claude Code v2.0.0

Legacy Welcome Screen Components

What: Old ASCII banner and static welcome screen removed

Removed Components:

  • Large ASCII art "CLAUDE CODE" logo (lGB() at line 406445)
  • Simple header with star icon (DN0() at line 406867)
  • Static environment overrides display (_A1() at line 407407)

Replacement: New adaptive welcome screen with Clawd mascot and dynamic feeds

Evidence: Functions lGB(), DN0(), _A1() in v1.0.128 completely replaced by new system in v2.0.0

See this entry in the whole of v2.0.0 →