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

Auto-mode setup wizard cannot carry a stale accept timestamp

You'll notice
Useful3 Signal1
Permissions

Reopening the auto-mode wizard can no longer let a stray keypress confirm instantly.

What

The wizard's guard against accidental instant confirmations is now reseeded on every render to the later of now and the previous value, rather than only being set the first time, so reopening the wizard can no longer inherit an old timestamp that would let a keypress confirm immediately.

Evidence

tengu_auto_mode_setup_wizard_shown

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