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.23 Home All releases olderv1.0.22 v1.0.24newer
Claude Code v1.0.23

Improvements

Native Binary Installation

  • Switched from npm-based installation to direct binary downloads from Google Cloud Storage
  • Improved platform detection supporting Windows (x64), macOS (x64/arm64), and Linux (x64/arm64)
  • Added checksum verification for downloaded binaries
  • More reliable update mechanism with atomic symlink updates

File Reading Enhancements

  • New token-based limits for file reading with clearer error messages
  • MaxFileReadTokenExceededError class provides specific token count information
  • Better handling of large files with more informative error messages suggesting use of offset/limit parameters

Hook System Extensions

  • Added new hook types: PreToolUse, PostToolUse, and Notification
  • Improved hook matching and filtering capabilities
  • Better integration with MCP tool filtering

See this entry in the whole of v1.0.23 →