github tylergraydev/claude-code-tool-manager v2.3.0
v2.3.0 - Spinner Verbs

latest releases: v3.10.0, v3.9.1, v3.9.0...
3 months ago

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_verbs and spinner_verb_config tables
  • 9 Tauri commands for spinner verb management
  • spinner_verb_writer service for safe settings.json read/write
  • 9 new unit tests (779+ total tests passing)

Frontend

  • SpinnerVerbList component with drag-to-reorder and enable/disable toggles
  • SpinnerVerbForm modal for adding and editing verbs
  • spinnerVerbLibrary Svelte 5 reactive store
  • New /spinnerverbs route 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

Don't miss a new claude-code-tool-manager release

NewReleases is sending notifications on new releases.