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.28 Home All releases olderv2.0.27 v2.0.29newer
Claude Code v2.0.28

File Permission Check Consolidation

What: File write permission checks now use a centralized safety validation function for consistency.

Details:

  • New SL1() function provides unified safety checks for write operations
  • Checks for suspicious Windows paths, sensitive files, and permission rules
  • Returns structured result with safety status and message
  • Used by both direct file operations and tool permission handlers
  • Evidence: New function SL1() at line 465870; used in jL1() at line 466119 and xn() at line 466119

See this entry in the whole of v2.0.28 →