Skip to content

v1.36.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 13:21
· 94 commits to main since this release

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