spinnerVerbs setting not honored after restart
Open 💬 0 comments Opened Jun 20, 2026 by andrewg-mwf
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