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

Enhanced Read Tool Validation

What: Read tool now properly validates file paths against permission context during input validation.

Details:

  • Passes toolPermissionContext to validation function to check permissions earlier
  • Prevents attempting to read files that will be denied by permissions
  • More accurate error messages about why files cannot be read
  • Evidence: t4.validateInput(F, B) at line 313355 in v2.0.35 (previously missing context parameter)

See this entry in the whole of v2.0.35 →