github 777genius/claude-notifications-go v1.36.0

latest releases: v1.40.1, v1.40.0, v1.39.4...
4 months ago

New Features

Team mode support (#48)

Smart notification handling for Claude Code teams. New teamMode config option:

  • always (default) - notifications work as usual, no suppression
  • wait-all - suppresses the lead's Stop notification, waits until all teammates go idle, then sends a single consolidated notification
  • never - completely silent in team mode

New TeammateIdle hook event tracks when team members finish their work.

Removed

  • OSC terminal notifications - removed the internal/osc package. Feature proved unreliable across terminal emulators
  • Platform-specific toast helpers - simplified notification dispatch

Changed

  • Simplified ClaudeNotifier.app build pipeline
  • Streamlined notifier and hook handler internals
  • Platform-specific file locking (flock on Unix, LockFileEx on Windows) for cross-process team state safety

๐Ÿ“ฆ Installation ยท ๐Ÿ”„ Updating

Full Changelog: v1.35.0...v1.36.0

Don't miss a new claude-notifications-go release

NewReleases is sending notifications on new releases.