[BUG] `promptSuggestionEnabled: false` not respected, suggestions still appear
Resolved 💬 3 comments Opened Dec 29, 2025 by monokrome Closed Jan 2, 2026
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?
My workflow involves pressing Enter in terminals to identify the active window (empty command = harmless in a shell), but in Claude Code this selects and sends the suggestion since suggestions just assume <Enter> without <Tab> or anything should send a message I didn't type.
Settings file:
{
"promptSuggestionEnabled": false
}
What Should Happen?
With promptSuggestionEnabled: false, no suggestions should appear.
Error Messages/Logs
Steps to Reproduce
- Install latest Claude code
- Turn off suggestions
- Use Claude code, get suggestions
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
I don't remember, it was back in November
Claude Code Version
2.0.76
Platform
Anthropic API
Operating System
Other Linux
Terminal/Shell
Other
Additional Information
OS is Artix, terminal is Kitty
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗