Add setting to disable in-session satisfaction survey
Resolved 💬 2 comments Opened Apr 15, 2026 by jdidion Closed May 28, 2026
Request
Add a settings.json option (e.g., disableFeedbackSurvey: true) to suppress the periodic "How am I doing?" satisfaction survey that appears during sessions.
Motivation
During long, high-throughput interactive sessions (e.g., article review workflows with 40+ back-and-forth exchanges), the survey interrupts flow. The numbered response (1-5) can also be misinterpreted as input to the current task.
Power users who are satisfied and actively using Claude Code daily don't need periodic prompting. If they have feedback, they'll provide it proactively or via GitHub issues.
Suggested implementation
Either:
- A
settings.jsonkey:"disableFeedbackSurvey": true - Or an env var:
CLAUDE_CODE_DISABLE_FEEDBACK_SURVEY=1
Thank you!
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗