What's wrong with this entry?
Pressing Enter on an empty prompt input now automatically accepts and submits a visible prompt suggestion.
- When Claude displays a prompt suggestion (gray placeholder text)
- Press
Enterwithout typing anything - The suggestion is automatically accepted and submitted
- 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
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.