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.46 Home All releases olderv1.0.45 v1.0.47newer
Claude Code v1.0.46

Bug Fixes

Installation Health Check Improvements

  • Fixed auto-update detection for global npm installations
  • Removed check for global installations being unable to auto-update (no longer applicable)
  • Improved permission checking for update capabilities

Shell Execution Error Handling

  • Added try-catch block around shell command spawning to handle execution failures gracefully
  • Returns proper error response with exit code 126 when shell command fails to start
  • Provides clear error messages in stderr when execution fails

See this entry in the whole of v1.0.46 →