Skip to content

Releases: IdrisGit/opencode-notification

v0.0.5

12 Mar 18:17

Choose a tag to compare

What's Changed

  • fix: config enabled value falling back to global value if disabled per event.
  • docs: add minimal project documentation.

Full Changelog: v0.0.4...v0.0.5

v0.0.4

12 Mar 17:38

Choose a tag to compare

What's Changed

  • feat: add oxfmt formatter.
  • feat: config system.
  • fix: prevent notifications when flow is intentionally interrupted by the user.

Full Changelog: v0.0.3...v0.0.4

v0.0.3-latest

05 Mar 12:19

Choose a tag to compare

v0.0.3

05 Mar 12:18

Choose a tag to compare

Full Changelog: v0.0.2...v0.0.3

v0.0.2

05 Mar 10:58

Choose a tag to compare

Full Changelog: v0.0.1...v0.0.2

Initial Release

04 Mar 19:50

Choose a tag to compare

What's New

  • Initial release of opencode-notification plugin
  • System notifications for OpenCode events:
    • Notification when response is ready
    • Notification on session errors
    • Notification when permission is requested
    • Notification when AI asks a question
  • 30-second cooldown between notifications to avoid spam
  • Cross-platform support:
    • macOS: Native notifications via osascript
    • Linux: libnotify integration
    • Windows: Toast notifications
  • Automatic cancellation when user responds