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.1.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Bash permission prompt explains auto mode and reports the right prompt type

You'll notice
Useful4 Signal3
Permissions

The Bash permission prompt now suggests auto mode and correctly reports which option you picked.

What

The Bash permission dialog now shows a tip saying auto mode handles these prompts for you and pointing at the "switch to auto mode" option below, offered only when the prompt is not already an explicit ask rule or driven by a hook. Accepting the auto-mode option is now reported under its own name rather than always as the workflow prompt, and accepting a normal option now passes the option you actually selected instead of a stale one.

Details
  • Choosing the auto-mode option logs bash_permission_prompt_upsell when the dialog is not the workflow variant; the workflow variant keeps its old name.
  • The dialog subtitle was previously a callback that always returned nothing; it now renders when the relevant condition holds.
Evidence

bash_permission_prompt_upsell, auto mode handles these prompts for you

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.247 →