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.61 Home All releases olderv1.0.60 v1.0.62newer
Claude Code v1.0.61

Improvements

Better Command Injection Protection

  • Enhanced stdin handling: Improved protection against command injection by adding < /dev/null to piped commands
  • Smart command parsing: The CLI now intelligently detects pipe operators and adds null input redirection to prevent unintended stdin reading
  • Backtick handling: Special handling for commands containing backticks to ensure proper escaping

Symlink Resolution

  • File operations now follow symlinks: When reading files, the CLI now resolves symlinks and logs when reading through them
  • Better error handling: Gracefully handles cases where symlink resolution fails

Installation Detection Improvements

  • Native installation PATH checking: For native installations, the CLI now checks if ~/.local/bin is in your PATH and provides specific instructions if it's missing
  • Windows-specific PATH handling: Added proper path separator handling for Windows environments
  • Better diagnostics: More detailed error messages when installation issues are detected

See this entry in the whole of v1.0.61 →