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

Simplified Permission System

What: Migrated ignorePatterns configuration to unified permissions system.

Details:

  • The ignorePatterns field is automatically migrated to permission rules on first run
  • After successful migration, ignorePatterns is removed from config file
  • Runtime file access checking now uses unified xC() permission function instead of separate GN() ignore checker
  • Behavior remains the same - patterns still block file access, just through the permissions infrastructure
  • Evidence: u6A() at line 474347 (simplified from IsA()), se2() at line 487463 (migration with cleanup at line 487480)

See this entry in the whole of v2.0.35 →