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 v1.0.125 Home All releases olderv1.0.124 v1.0.126newer
Claude Code v1.0.125

Removed Sandbox Bypass Shortcut

What: Eliminated ability to bypass permission checks via sandbox flag.

Details:

  • Previous versions allowed sandbox: true parameter to skip all permission validation
  • This escape hatch has been removed for security
  • All commands now go through proper read-only and permission validation
  • Tightens sandbox security by closing potential bypass mechanism
  • Evidence: Code removed from Uj2() at line 380133 in v1.0.124, absent in Lj2() at line 380187 in v1.0.125

See this entry in the whole of v1.0.125 →