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.35 Home All releases olderv2.0.34 v2.0.36newer
Claude Code v2.0.35

  • Refactored permission checking for read operations to use consistent code paths
  • Added IDE selection context filtering to respect file permissions
  • Consolidated path normalization helpers using node:path posix/win32 utilities
  • Improved stream handling with consistent PassThrough stream usage across modules
  • Better separation of initialization logic from runtime functionality

Note: This changelog focuses on user-visible changes and security improvements. Many internal function renamings due to code minification are not included unless they represent functional changes.

See this entry in the whole of v2.0.35 →