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.48 Home All releases olderv1.0.47 v1.0.49newer
Claude Code v1.0.48

Installation Improvements

Removed Launcher Script System

  • Removed the complex bash launcher script (claude-v0.0.8.sh) that previously managed version selection
  • Simplified to direct symlink approach at ~/.local/bin/claude
  • Cleaner installation with fewer moving parts

Better Installation Diagnostics

The installation process now provides more detailed diagnostics:

  • Checks if the claude binary is a valid executable
  • Verifies symlink targets exist and are valid
  • Provides clearer error messages when PATH configuration is needed
  • More helpful instructions for fixing installation issues

See this entry in the whole of v1.0.48 →