Skip to content

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 09:44
· 202 commits to main since this release

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 terminalBell config option (default: true)
  • Cross-platform: /dev/tty on Unix, os.Stdout on 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