claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] Tab not work suggestion

Open cts-g opened this issue 5 days ago • 2 comments

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Description:

  • Version: 2.0.74
  • OS: Ubuntu (WSL or native?)
  • Terminal: Windows Terminal / GNOME Terminal

Issue: Prompt suggestions (gray text) appear, but pressing Tab does not accept them. Tab key only shows "alt+t to toggle thinking" hint. This worked in previous versions.

Expected: Tab should accept the suggestion Actual: Tab does nothing / shows alt+t hint

What Should Happen?

Description:

  • Version: 2.0.74
  • OS: Ubuntu (WSL or native?)
  • Terminal: Windows Terminal / GNOME Terminal

Issue: Prompt suggestions (gray text) appear, but pressing Tab does not accept them. Tab key only shows "alt+t to toggle thinking" hint. This worked in previous versions.

Expected: Tab should accept the suggestion Actual: Tab does nothing / shows alt+t hint

Error Messages/Logs


Steps to Reproduce

Description:

  • Version: 2.0.74
  • OS: Ubuntu (WSL or native?)
  • Terminal: Windows Terminal / GNOME Terminal

Issue: Prompt suggestions (gray text) appear, but pressing Tab does not accept them. Tab key only shows "alt+t to toggle thinking" hint. This worked in previous versions.

Expected: Tab should accept the suggestion Actual: Tab does nothing / shows alt+t hint

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

2.0.74

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Windows Terminal

Additional Information

No response

cts-g avatar Dec 20 '25 09:12 cts-g

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/8399
  2. https://github.com/anthropics/claude-code/issues/13759
  3. https://github.com/anthropics/claude-code/issues/14456

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

github-actions[bot] avatar Dec 20 '25 09:12 github-actions[bot]

I think the issue is that the current prompts setting in /config is not persisted across sessions (due to a bug) so it resets and by default pressing TAB while prompts is set to false in /config would show the hint that TAB has moved to alt + t. In addition might also be a combination of it displaying suggestions despite prompts being set to false in /config

amdcq avatar Dec 20 '25 14:12 amdcq