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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Enter no longer submits a text field in a select list, and arrows can leave the list

You'll notice
Useful4 Signal1
Input

Enter no longer accidentally submits a text field in a list, and arrows can leave the list.

What

In lists that mix pickable options with a text-entry option, pressing Enter while on the text field no longer accepts it as a selection, and the accepted value is read at the moment you press Enter so a stale highlight cannot be submitted. Pressing down on the last option or up on the first now moves focus out of the list instead of sticking.

Details
  • Applies to down/up and to ctrl-n/ctrl-p.
  • Edge navigation calls the list's exit-downward and exit-upward handlers and stops the key from being handled further.
Evidence

select:accept

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