🎯 Click-to-Focus Notifications (macOS)
Clicking a notification now activates your terminal window! No more hunting for the right window.
- Auto-detects your terminal: Warp, iTerm, Terminal.app, kitty, Alacritty, Ghostty, WezTerm, Hyper, VS Code
- Uses
terminal-notifierunder the hood - Enabled by default with
"clickToFocus": true - Manual override available:
"terminalBundleID": "com.your.terminal"
🤖 Claude Icon in Notifications (macOS)
Notifications now display the Claude icon on the left side for easy recognition.
- Custom
ClaudeNotifications.appcreated automatically on first notification - No manual setup required — works after plugin update
- Uses
-sender com.claude.notificationsfor reliable icon display
✨ Shorter Notification Titles
More concise titles that get straight to the point:
| Before | After |
|---|---|
| ✅ Task Completed | ✅ Completed |
| 🔍 Review Completed | 🔍 Review |
| ❓ Claude Has Questions | ❓ Question |
| 📋 Plan Ready for Review | 📋 Plan |
🔧 Technical Changes
- New
terminal_darwin.gowith terminal bundle ID detection EnsureClaudeNotificationsApp()for on-the-fly app creation- Terminal detection via
__CFBundleIdentifierandTERM_PROGRAMenv vars - Updated
install.shto create ClaudeNotifications.app during setup
📦 Installation
/plugin install claude-notifications-go@claude-notifications-goThen run /notifications-init to download the binary.
Full Changelog: v1.3.0...v1.4.0