[BUG] Prompt suggestions suppressed server-side despite CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION=true
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?
Environment: Claude Code 2.1.74, Max plan, Linux, Node v20.20.0, zsh
CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION=true is set in ~/.claude/settings.json under env. Tested in both JetBrains JediTerm and direct SSH terminal — no
suggestions appear.
Telemetry logs (~/.claude/telemetry/) contain tengu_prompt_suggestion events showing:
{ "outcome": "suppressed", "reason": "disabled", "prompt_id": "user_intent" }
The client correctly requests suggestions but they are suppressed server-side with reason "disabled". Is this feature still in limited rollout, or should it be
available for Max plan users?
What Should Happen?
grey text in the prompt with suggestions, with tab can confirm/submit
Error Messages/Logs
Steps to Reproduce
clade
nothing appear
Claude Model
Opus
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
v2.1.74
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
iTerm2
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗