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.55 Home All releases olderv2.0.54 v2.0.56newer
Claude Code v2.0.55

Bash Permission Check Reordering

What: Fixed the order of permission checks for bash commands to ensure dangerous file checks happen before subcommand evaluation.

Details:

  • Dangerous file check (ct1) now runs after subcommand parsing
  • Returns early if dangerous patterns detected, before proceeding to subcommand analysis
  • Evidence: Function et1() at line ~314794 with reordered checks

See this entry in the whole of v2.0.55 →