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

Plan-mode exit dialog guards against stray keypresses

You'll notice
Useful4 Signal1
Plan Mode

The plan-mode exit dialog ignores stray keys so plans aren't accepted by accident.

What

The "Ready to code?" / "Exit plan mode?" dialog now checks an acceptance callback before acting on any choice, and a selection arriving too soon after a prior refusal or during a fast-typing burst is swallowed. Stray keystrokes no longer instantly accept or reject a plan.

Details
  • Its select lists are passed refuseInput and an explicit selectedValue.
  • The refusal-timing helpers it uses are new in this build.
  • The component was re-emitted without the React-compiler memo cache array it previously carried.
Evidence

refuseInput: ai,

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