Add setting to disable or override animated spinner text
Status Fixed / completed
Maintainer reply None cached
Workaround ✓ Mentioned in description ↑
Activity 4 comments · opened May 31, 2026 · closed Aug 20, 2026
Summary
The Claude Code terminal UI displays rotating humorous words (e.g. \"Cogitating\", \"Sauteed\") while the model is processing. There is currently no way to disable or replace these with static text.
Problem
The animated spinner words are distracting during focused work, particularly in a professional or shared environment. The words are often non-sequiturs that interrupt concentration.
Current workarounds
prefersReducedMotion: true— simplifies animation but does not change the wordsstatusLinecustom command — controls the status bar, but does not affect the spinner
Neither setting addresses the spinner text itself.
Request
Add a settings.json option to either:
- Disable the animated spinner text entirely (show nothing, or a static indicator), or
- Allow the user to specify a static string (e.g.
"spinnerText": "Working...")
Environment
- Claude Code CLI
- macOS
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗