You'll notice
Bash no longer warns before cd-ing into a directory covered by a Read deny rule.
The safety check that intercepted Bash commands doing cd into a directory and asked the user before running when a subsequent Read() deny rule would cover files under that directory has been removed entirely. That prompt no longer fires.
One source agreesOne thing we can check says the same as this entry.
Anthropic's release notes agree
Fixed Edit/Write/Read permission rules whose path contains parentheses being dropped as invalid or ignored by the Bash sandbox, which left…