claude-code - 💡(How to fix) Fix Allow customization of animated thinking verbs (e.g. "Garnishing…") [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#45373Fetched 2026-04-09 08:06:56
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2
RAW_BUFFERClick to expand / collapse

While Claude Code is processing, it displays animated status text with rotating verbs (e.g. "Garnishing…", "Thinking…"). These are currently hard-coded with no way to customize them.

Request: Add a configuration option (e.g. in settings.json) to let users define their own list of verbs for this animation.

This would be a fun quality-of-life feature for users who want to personalize their experience.

extent analysis

TL;DR

Add a configuration option in settings.json to allow users to customize the list of verbs for the animated status text.

Guidance

  • Identify the current hard-coded list of verbs in the Claude Code processing animation and determine how they are being rotated.
  • Introduce a new configuration option in settings.json, such as "animationVerbs", to store a user-defined list of verbs.
  • Update the animation logic to read from the new configuration option instead of the hard-coded list.
  • Consider adding validation or sanitization for user-inputted verbs to ensure they are suitable for display.

Example

// settings.json example
{
  "animationVerbs": ["Creating...", "Imagining...", "Building..."]
}

Notes

The implementation details may vary depending on the specific technology stack and codebase of Claude Code.

Recommendation

Apply workaround by introducing the new configuration option, as it provides a flexible solution for users to customize their experience without requiring a full version upgrade.

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 Allow customization of animated thinking verbs (e.g. "Garnishing…") [1 participants]