You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(claude): auto-migrate from deprecated npm package to native installer
The npm package @anthropic-ai/claude-code is stuck at v1.0.x while
the native installer is at v2.x. npm update reports "up to date"
even though the package is abandoned.
Changes:
- Detect outdated npm installations by comparing to GitHub releases
- Show clear message that npm package is deprecated
- Provide manual migration instructions
- Automatically uninstall npm and install native version
0 commit comments