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

Usage Examples

Check Installation Status

The diagnostic system automatically runs when needed and provides actionable recommendations:

Claude CLI Diagnostic

Currently running: npm-local (1.0.33)
Path: /home/user/.claude/local/node_modules/.bin/claude
Auto-updates: Yes
Config install method: local
Config auto-updates: true

Fixing Common Issues

Issue: Multiple installations detected

Warning: Multiple installations found
- npm-local at /home/user/.claude/local
- npm-global at /usr/local/bin/claude

Fix: Create alias to override: alias claude="~/.claude/local/node_modules/.bin/claude"

Issue: Permission problems with global installation

Warning: Insufficient permissions for auto-updates
Fix: Run: sudo chown -R $USER:$(id -gn) $(npm -g config get prefix)
or use `claude migrate-installer` to migrate to local installation

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 v1.0.33 →