Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ChanMeng666/claude-code-audio-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: ChanMeng666/claude-code-audio-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.1
Choose a head ref
  • 1 commit
  • 20 files changed
  • 2 contributors

Commits on Feb 13, 2026

  1. feat: add audio_theme switching and regenerate custom chime sounds (v…

    …4.2.1)
    
    Add non-interactive audio theme switching so Claude Code can help users
    switch between voice and chime audio without interactive menus.
    
    - Add "audio_theme" field to config files ("default" or "custom")
      Users switch all 14 hooks by changing one line in user_preferences.json
    - Add CUSTOM_AUDIO_FILES mapping and theme-aware get_audio_file() in
      hook_runner.py with 3-step resolution: override → theme → fallback
    - Add --theme CLI command to configure.sh (non-interactive)
    - Regenerate all 14 chime sound effects via ElevenLabs Sound Effects API
      with unique sounds per hook (urgent alarm, success jingle, error buzz, etc.)
    - Update README and CLAUDE.md with two non-interactive switching methods:
      CLI command and one-line config edit
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    ChanMeng666 and claude committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    2ea3477 View commit details
    Browse the repository at this point in the history
Loading