claude-code - 💡(How to fix) Fix The thinking words are gone [1 participants]

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…
GitHub stats
anthropics/claude-code#48825Fetched 2026-04-16 06:49:54
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

The rotating descriptive words that used to appear while Claude was working — "Pondering…", "Finagling…", "Noodling…" — were one of my favorite details about the CLI experience. They gave Claude personality and made waiting feel less like waiting. Now I just see the morphing orange icon with no text. It was a small thing that made the tool feel alive. Would love to see them return, even as an opt-in setting.

Proposed Solution

Add a config option (e.g. "thinkingWords": true in settings.json or a /config toggle) that restores the rotating gerunds alongside the spinner during tool execution. Default can stay as-is — just give us a way to opt back in.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

Long-running tool calls — file searches, multi-step edits, agent launches — can take 10-30 seconds with no visible feedback beyond a spinning icon. The words gave an immediate sense that something was happening and roughly what kind of thinking was underway. Without them, the experience feels static and I find myself wondering if it's stalled. It's a small thing that punches above its weight for perceived responsiveness.

Additional Context

No response

extent analysis

TL;DR

Add a configuration option to restore the rotating descriptive words alongside the spinner during tool execution.

Guidance

  • Consider adding a "thinkingWords" option to the settings.json file to allow users to opt-in to the feature.
  • The option could be a simple boolean flag, defaulting to false to maintain the current behavior.
  • When the option is enabled, the code should display the rotating gerunds alongside the morphing orange icon during tool execution.
  • To verify the fix, test the tool with the "thinkingWords" option enabled and verify that the descriptive words appear as expected.

Example

{
  "thinkingWords": true
}

This example shows how the settings.json file could be updated to enable the feature.

Notes

The proposed solution assumes that the original code for displaying the rotating gerunds is still present in the codebase and can be re-enabled with a configuration option. If the code has been removed, additional work may be required to restore the feature.

Recommendation

Apply workaround: Add a configuration option to restore the rotating descriptive words, as this allows users to opt-in to the feature without changing the default behavior.

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 The thinking words are gone [1 participants]