New Features
Terminal bell for tab indicators (#28)
Sends BEL character to trigger terminal tab indicators — Ghostty tab highlight, tmux window bell flag, and similar.
- Works independently of desktop notifications (fires even when desktop is disabled)
- New
terminalBellconfig option (default:true) - Cross-platform:
/dev/ttyon Unix,os.Stdouton Windows - Graceful degradation: silently skipped if TTY unavailable (Docker, CI, piped)
Thanks @retr0h!
list-sounds CLI and /sounds skill command (#23)
New utility to browse and preview available notification sounds directly from Claude Code.
Changes
- Updated notification sound files for plan readiness and review completion statuses
Full Changelog: v1.15.1...v1.16.0