spinnerVerbs setting not honored after restart
Status Closed — not planned
Maintainer reply None cached
Activity 1 comment · opened Jun 20, 2026 · closed Aug 1, 2026
Bug Report
OS: Windows 11 Pro
Description
The spinnerVerbs setting in ~/.claude/settings.json is not honored after restarting the application. The spinner continues to cycle through random words (e.g. "conbobulating") instead of displaying the configured static value.
Configuration
"spinnerVerbs": {
"mode": "replace",
"verbs": ["Working"]
}
Expected Behavior
Spinner should display only "Working" as configured.
Actual Behavior
After restart, spinner reverts to cycling through random animated words despite the setting being present and correct in settings.json.
Steps to Reproduce
- Set
spinnerVerbswithmode: replaceand a single verb in~/.claude/settings.json - Confirm it works in the current session
- Restart the application
- Observe spinner cycling through random words again
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗