What's New in v2.3.0
Spinner Verbs Configuration
Customize the action verbs displayed in the Claude Code spinner while it works. Instead of the default verbs, personalize your experience with words like "Pondering", "Crafting", or "Scheming".
- Full CRUD — Add, edit, and delete custom spinner verbs through a visual interface
- Drag-and-drop reorder — Arrange verbs in your preferred order
- Toggle verbs on/off — Enable or disable individual verbs without deleting them
- Append or Replace mode — Choose to add your verbs to Claude's defaults or fully replace them
- Sync to settings — Writes directly to
~/.claude/settings.json, preserving all other settings
Backend
- New DB migration:
spinner_verbsandspinner_verb_configtables - 9 Tauri commands for spinner verb management
spinner_verb_writerservice for safe settings.json read/write- 9 new unit tests (779+ total tests passing)
Frontend
SpinnerVerbListcomponent with drag-to-reorder and enable/disable togglesSpinnerVerbFormmodal for adding and editing verbsspinnerVerbLibrarySvelte 5 reactive store- New
/spinnerverbsroute with sidebar navigation
Other Changes
- Fixed sound player test to work on Windows (python vs python3)
- Updated README with Spinner Verbs feature description
Full Changelog: v2.2.0...v2.3.0