Skills
Claude Code 2.1.246 adds an Auto mode tab to /permissions and warns on Bash allow rules with a wildcard before the subcommand
Released 2026-08-25, v2.1.246 puts the auto mode classifier's allow, soft_deny, hard_deny and environment lists behind `/permissions` → Auto mode, showing which scope each entry came from, marking managed-settings entries read-only, and writing every edit to ~/.claude/settings.json. Adding the first rule to a section auto-inserts `"$defaults"` so the built-in rules survive, and toggling built-ins on or off is recorded by adding or removing that literal. The same release adds a startup warning for allow rules like `Bash(git * main)`, because a wildcard before the subcommand also matches options inserted ahead of it, which is a quiet way to over-grant.
↳ Follow the thread