v1.36.0
New Features
Team mode support (#48)
Smart notification handling for Claude Code teams. New teamMode config option:
always(default) - notifications work as usual, no suppressionwait-all- suppresses the lead's Stop notification, waits until all teammates go idle, then sends a single consolidated notificationnever- completely silent in team mode
New TeammateIdle hook event tracks when team members finish their work.
Removed
- OSC terminal notifications - removed the
internal/oscpackage. 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