github mohak34/opencode-notifier v0.1.19
v0.1.19 - macOS Notification System Selector

12 hours ago

Added

  • macOS notification system selector (#23)
  • notificationSystem config option: "osascript" (default, reliable) or "node-notifier" (icons)
  • Choose between reliable notifications (osascript) or custom icons (node-notifier) on macOS

Usage

Default (reliable, no custom icons):

{
  "notificationSystem": "osascript"
}

With custom icons:

{
  "notificationSystem": "node-notifier"
}

Note: node-notifier may have reliability issues on some macOS systems.

Don't miss a new opencode-notifier release

NewReleases is sending notifications on new releases.