Fixed
Click-to-focus now works on macOS Sequoia (15.x) 🎯
The -sender option was conflicting with -activate on macOS 15.x, causing click-to-focus to not work when clicking notifications.
Changes:
- Removed
-senderoption from terminal-notifier calls - Click-to-focus now reliably activates terminal window
Trade-off: Notifications no longer show custom Claude icon, but click-to-focus works properly.
Full Changelog: v1.4.1...v1.4.2