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.73 Home All releases olderv1.0.72 v1.0.74newer
Claude Code v1.0.73

Enhanced Permission Messages

What: More informative and specific permission approval messages How to use:

# You'll now see specific reasons why permission is needed
# Instead of: "Claude requested permissions to use Bash"
# You'll see: "Permission rule 'npm-*' from project settings requires approval for this Bash command"

Details:

  • Messages now show which rule, hook, or mode triggered the permission request
  • Clear attribution of permission rules to their source (local settings, project settings, etc.)
  • Multi-command operations show which specific parts need approval
  • New hook system allows external tools to provide custom permission feedback

See this entry in the whole of v1.0.73 →