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.33 Home All releases olderv1.0.32 v1.0.34newer
Claude Code v1.0.33

🆕 New Features

Enhanced Installation Diagnostics

  • Added comprehensive installation diagnostic system that provides detailed information about your Claude installation
  • Run diagnostics to see:
  • Current installation type (npm-local, npm-global, native, development)
  • Installation path and invoked binary location
  • Auto-update capability status
  • Configuration settings
  • Multiple installation detection
  • Specific warnings and recommended fixes

Improved Auto-Update Configuration

  • Replaced the legacy autoUpdaterStatus configuration with clearer installMethod and autoUpdates settings
  • The system now explicitly tracks:
  • installMethod: How Claude is installed (local, global, native, unknown)
  • autoUpdates: Whether auto-updates are enabled (true/false)

Shell Alias Detection

  • New functionality to detect existing Claude aliases in shell configuration files
  • Automatically checks common shell configs (.bashrc, .zshrc, etc.) for Claude aliases
  • Provides smart recommendations when PATH conflicts are detected

See this entry in the whole of v1.0.33 →