🆕 New Features#
What's wrong with this entry?
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
autoUpdaterStatusconfiguration with clearerinstallMethodandautoUpdatessettings - 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