Claude Code now warns about the permission rule that looks narrow and is not
Version 2.1.246 adds a startup warning for Bash allow rules that put a wildcard before the subcommand, such as Bash(git * main). It also puts auto mode's classifier rules into the permissions screen where they can be read and edited.
A permission rule is a promise you make to yourself about what a tool may do without asking. Claude Code 2.1.246, released on August 25, adds a warning at startup for a shape of rule that quietly breaks that promise: an allow rule for Bash with a wildcard sitting before the subcommand.
Why the wildcard position matters
Written as Bash(git * main), the rule reads like permission for one narrow thing. The wildcard sits where the subcommand goes, so what it actually covers is any git subcommand at all, as long as the rest matches. The distance between what the rule looks like and what it grants is the entire problem, and until now nothing pointed it out.
The warning fires at startup rather than at the moment the command runs, which is the right time for it: a permission list is written once and then trusted for weeks.
Auto mode's rules stop being invisible
The same release adds an Auto mode tab to the permissions screen, for viewing and editing the classifier rules that decide what auto mode may do on its own. Rules that decide things on your behalf and cannot be read are difficult to trust; this makes them a list like any other.
The rest of the release is a long run of fixes rather than features, among them background sessions that failed to open, MCP tool arguments sent as JSON strings, and the Write tool reporting an out-of-memory error on large files.
Related
Thirteen of twenty-four fixes in Gemini CLI 0.57 were filed by an agent
The stable release landed on August 25 with twenty-four entries. Thirteen of them are labelled SSR Agent — issue fixes written by automation and merged under one account, including two that touch how subagents behave.
Googleverified

Claude's memory is now one memory, shared between chat and Cowork
What Claude learns in a conversation is what it knows in Cowork, from August 25 on web, desktop and mobile. Memories are listed by topic in settings, each one can be edited or deleted, and sensitive categories stay out unless you let them in.
Anthropicverified
Claude Code crashed on startup on glibc 2.44, and 2.1.245 says so by name
The release published at 05:13 UTC on August 25 fixes a startup crash on Linux distributions shipping glibc 2.44 — Arch Linux, CachyOS and Fedora Rawhide are named. If the CLI stopped opening on a rolling-release machine this week, this is why.
Claude Code Releasesverified