claude-code - 💡(How to fix) Fix Add setting to disable or override animated spinner text

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

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.

Root Cause

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.

Fix Action

Fix / Workaround

Current workarounds

RAW_BUFFERClick to expand / collapse

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 words
  • statusLine custom 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:

  1. Disable the animated spinner text entirely (show nothing, or a static indicator), or
  2. Allow the user to specify a static string (e.g. "spinnerText": "Working...")

Environment

  • Claude Code CLI
  • macOS

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Add setting to disable or override animated spinner text