Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Writing the entries · 2/4 steps 470 findings $18.91 so far

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.37 Home All releases olderv2.0.36 v2.0.41newer
Claude Code v2.0.37

Permission Bypass Notifications

What: User-visible notifications when bypass permissions mode is disabled by organization policy or settings.

How to use: If you attempt to use --dangerously-skip-permissions or configure bypass permissions mode, and it's disabled by your organization or settings, you'll now see a high-priority notification explaining why.

Details:

  • Two notification messages:
  • "Bypass permissions mode was disabled by your organization policy"
  • "Bypass permissions mode was disabled by settings"
  • Notifications appear in the UI notification queue with high priority
  • Previously only logged to console; now user-visible
  • Evidence: xs2() function at line 472394, notification messages at lines 472411 and 472414, queue integration at lines 492477-492488

See this entry in the whole of v2.0.37 →