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

Design-question UI drops answers that arrive after it stops accepting

You'll notice
Useful2 Signal2
Plan Mode

Design and plan question screens drop answers that arrive after they stop accepting.

What

The interactive design and plan question components check an acceptance callback before selecting an option, writing notes, applying external-editor output and submitting, so a late answer is dropped instead of mutating state. The editor path is checked both before and after the async round-trip.

Details
  • The single-select variant moved from an uncontrolled default value to a controlled selected value.
  • A new canPasteImage prop is threaded to both select variants alongside the existing image-paste props.
Evidence

canPasteImage: wIe

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 →