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.225 Home All releases olderv2.1.224 v2.1.226newer

Auto-default nudge actually flips the mode, and reports the outcome

Use it now
Useful4 Signal0
Permissions

Saying yes to the auto-mode prompt now actually saves auto as your default permission mode.

permissions.defaultModeauto
What

Accepting the prompt to make auto mode your default permission mode now performs the switch rather than only recording the answer.

Details
  • Writes permissions: { defaultMode: "auto" } to userSettings and prints an [auto on]-style confirmation line
  • If the gate refuses the switch, shows the auto-mode-unavailable warning instead
  • tengu_auto_default_nudge_resolved gained an outcome field alongside the existing choice and current_mode
Evidence

tengu_auto_default_nudge_resolved

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.225 →