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

Expanded Windows Path Security

What: Additional checks for potentially dangerous Windows path patterns.

Details:

  • Blocks paths containing $ or % characters (environment variable references like %APPDATA% or $env:USERNAME)
  • Integrated comprehensive UNC detection into suspicious path validation
  • Evidence: hs2() at line 474240 (new checks at lines 474253-474254)

See this entry in the whole of v2.0.35 →