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

Sandbox Violation Notifications

What: Real-time status bar notifications when the sandbox blocks operations.

How it works:

  • Displays "⧈ Sandbox blocked N operation(s) (ctrl+s to see logs)" in the status bar
  • Shows count of newly blocked operations
  • Auto-hides after 5 seconds
  • Press Ctrl+S to view detailed violation logs

Details:

  • Only appears when sandboxing is enabled
  • Provides immediate feedback without interrupting workflow
  • Helps diagnose permission issues during development
  • Uses existing sandbox violation store infrastructure (added in v1.0.122)
  • Evidence: bMB() component at line 428661, rendered at line 428869

See this entry in the whole of v1.0.125 →