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-mode nudge dialog simplified

Not switched on
Useful2 Signal2
Elsewhere

The auto-mode suggestion dialog now just dismisses itself instead of switching your session to auto.

The nudge dialog's mode-switching callback is gone and the replacement only dismisses; whether the dialog is reachable is unresolved.

What

The auto-default-nudge dialog now renders a different component whose only action on completion is to dismiss itself, so the state it used to change is no longer applied here.

Details
  • The previous onDone callback that switched the session to "auto" and merged a new toolPermissionContext is gone.
  • The new component clears itself on done and nothing else.
  • Whether and when this dialog is reachable in this build could not be resolved.
Evidence

auto-default-nudge

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.225 →