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 v2.0.59 Home All releases olderv2.0.58 v2.0.60newer
Claude Code v2.0.59

/migrate-installer Command Removed

What: The command to migrate from global npm installation to local installation has been removed.

Previous behavior:

  • claude migrate-installer would move installation to ~/.claude/local
  • Set up shell aliases automatically
  • Removed global npm package

Details:

  • Command definition removed (was at line 495151 in v2.0.58)
  • All 10+ references to migrate-installer removed
  • Forced migration flow (PU9() function) also removed
  • Evidence: Present in v2.0.58 at multiple locations, zero matches in v2.0.59

See this entry in the whole of v2.0.59 →