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

Improvements

Better Installation Type Detection

  • More robust detection of installation methods:
  • npm-local: Installed in ~/.claude/local
  • npm-global: Installed via global npm
  • native: Platform-specific installation
  • development: Running from development build

Enhanced Permission Checking

  • Improved detection of npm permission issues for global installations
  • Better recommendations for fixing permission problems
  • Clearer messaging about when to use claude migrate-installer

Smarter Configuration Migration

  • Automatic migration from old autoUpdaterStatus to new installMethod/autoUpdates format
  • Handles legacy configurations gracefully:
  • "migrated"installMethod: "local"
  • "installed"installMethod: "native"
  • "disabled"autoUpdates: false

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 →