Feature Request
Add a configuration option to disable the suggested prompts that appear in the UI.
Problem
The suggested prompts (the "what to type next" suggestions) can be distracting for users who prefer a cleaner interface and already know what they want to ask.
Proposed Solution
Add a setting like "showSuggestedPrompts": false in settings.json or via /config to hide these suggestions.
Workaround Attempted
Tried using CLAUDE.md instructions, but these prompts are generated by the UI layer, not the model responses, so there's no current way to disable them.
🤖 Generated with Claude Code
Feature Request
Add a configuration option to disable the suggested prompts that appear in the UI.
Problem
The suggested prompts (the "what to type next" suggestions) can be distracting for users who prefer a cleaner interface and already know what they want to ask.
Proposed Solution
Add a setting like
"showSuggestedPrompts": falseinsettings.jsonor via/configto hide these suggestions.Workaround Attempted
Tried using
CLAUDE.mdinstructions, but these prompts are generated by the UI layer, not the model responses, so there's no current way to disable them.🤖 Generated with Claude Code