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

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

New Features

macOS: Click-to-focus support for Cursor IDE (#39)

Cursor (a VS Code fork) is now recognized as an Electron-based editor. Clicking a notification while using Cursor will correctly focus the right Cursor window, just like it does for VS Code.

How it works: Cursor's bundle ID (com.todesktop.230313mzl4w4u92) is auto-detected via __CFBundleIdentifier, and the binary focus-window subcommand is used instead of AppleScript (which fails on Electron apps).

Internal refactoring

Renamed isVSCodeBundleIDisElectronEditorBundleID and buildVSCodeFocusScriptbuildElectronEditorFocusScript to better reflect that the logic applies to all Electron-based editors. This makes it easier to add more editors in the future.


📦 Installation · 🔄 Updating

Full Changelog: v1.28.0...v1.29.0

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

NewReleases is sending notifications on new releases.