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.0.71 Home All releases olderv2.0.70 v2.0.72newer
Claude Code v2.0.71

Accept Prompt Suggestion with Enter

What

Pressing Enter on an empty prompt input now automatically accepts and submits a visible prompt suggestion.

Usage
  1. When Claude displays a prompt suggestion (gray placeholder text)
  2. Press Enter without typing anything
  3. The suggestion is automatically accepted and submitted
Details
  • Only triggers when a prompt suggestion is visible (promptSuggestion.shownAt > 0)
  • Calls markAccepted() before submission for telemetry tracking
  • Previously, pressing Enter on an empty prompt would do nothing
Evidence

Submit handler at line 32049-32056 (input handler, checks t.trim() === "" && JA.promptSuggestion.text && JA.promptSuggestion.shownAt > 0)

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