claude-code - 💡(How to fix) Fix [DOCS] Prompt suggestions docs still say Enter accepts and submits suggestions

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Documentation Type

Incorrect/outdated documentation

Documentation Location

https://code.claude.com/docs/en/interactive-mode

Section/Topic

"Prompt suggestions" section

Current Documentation

The docs currently say:

When you first open a session, a grayed-out example command appears in the prompt input to help you get started. Claude Code picks this from your project's git history, so it reflects files you've been working on recently.

After Claude responds, suggestions continue to appear based on your conversation history, such as a follow-up step from a multi-part request or a natural continuation of your workflow.

  • Press Tab or Right arrow to accept the suggestion, or press Enter to accept and submit
  • Start typing to dismiss it

What's Wrong or Missing?

This appears to document pre-v2.1.136 behavior.

The v2.1.136 release entry says Claude Code fixed prompt suggestions being auto-submitted by Enter on an empty input and now requires Tab or arrow acceptance first. The current interactive-mode page still tells users that Enter accepts and submits a prompt suggestion directly.

That leaves the page out of date and can mislead users into expecting Enter to accept a suggestion when the current behavior requires explicit acceptance with Tab or an arrow key.

Suggested Improvement

Update the "Prompt suggestions" instructions so they match v2.1.136 behavior.

Before:

  • Press Tab or Right arrow to accept the suggestion, or press Enter to accept and submit

After:

  • Press Tab or Right arrow to accept the suggestion
  • Enter on an empty input should not auto-accept a prompt suggestion; accept it first, then submit normally if needed

If Enter has any remaining prompt-suggestion-specific behavior after acceptance, document that separately so the page is explicit about the distinction.

Impact

Medium - Makes feature difficult to understand

Additional Context

Affected Pages:

PageLine(s)Context
https://code.claude.com/docs/en/interactive-mode288-293Prompt suggestions still say Enter accepts and submits the suggestion

Related context:

PageLine(s)Context
https://code.claude.com/docs/en/keybindings121-130Autocomplete actions list autocomplete:accept as Tab, which already points toward explicit acceptance instead of Enter auto-submission

Total scope: 1 page with outdated prompt-suggestion instructions

Relevant release context: v2.1.136

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] Prompt suggestions docs still say Enter accepts and submits suggestions