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.43 Home All releases olderv2.0.42 v2.0.44newer
Claude Code v2.0.43

Enhanced Permission Management

What changed: Permission checking and configuration validation now uses comprehensive Zod schemas for type safety and validation.

Details:

  • Domain pattern validation with security constraints prevents overly broad network rules
  • Filesystem restriction schemas ensure valid path specifications
  • Ripgrep configuration validation
  • Comprehensive sandbox config validation via c$Q schema system
  • VqQ() function converts permissions to sandbox config format
  • Network permission checking via M$Q() replaces the old CQQ() function
  • Evidence: VqQ() for permission conversion, M$Q() for domain-based network checking, schema validation system c$Q

See this entry in the whole of v2.0.43 →