Skip to content

Releases: Sillybit-io/opencode-plugin-everynotify

opencode-plugin-everynotify: v0.5.0

09 Feb 01:32
940c0cc

Choose a tag to compare

0.5.0 (2026-02-09)

Features

  • add config validation and process exit flush (4f9d7d9)

opencode-plugin-everynotify: v0.4.0

09 Feb 01:17
33ac5c5

Choose a tag to compare

0.4.0 (2026-02-09)

Features

  • config: add delay option for deferred notification dispatch (06ed2e4)
  • dispatcher: replace debounce with configurable delay-and-replace queue (5a51032)

Bug Fixes

  • isolate logger tests from module mock leakage (fd7c00a)

Miscellaneous

  • update @types/node and undici-types to latest versions in package.json and bun.lock (8a92651)

opencode-plugin-everynotify: v0.3.4

09 Feb 00:28
2ef7b74

Choose a tag to compare

0.3.4 (2026-02-09)

Bug Fixes

  • replace _fsOps spyOn with dependency injection in logger (43fa0e5)

opencode-plugin-everynotify: v0.3.3

09 Feb 00:18
34c057c

Choose a tag to compare

0.3.3 (2026-02-09)

Bug Fixes

  • mark docs/chore/test/ci as hidden in changelog-sections (b71f671)

Code Refactoring

  • replace console.error with logger across production code (8b52a2e)

Miscellaneous

  • add changelog-sections to release-please config (1d05078)
  • unhide chore commits in release-please changelog-sections (4db701b)

opencode-plugin-everynotify: v0.3.2

09 Feb 00:02
b7f53b1

Choose a tag to compare

0.3.2 (2026-02-09)

Bug Fixes

  • tests: use mutable _fsOps for reliable cross-module spying and add Bun types (8bc80e7)

opencode-plugin-everynotify: v0.3.1

08 Feb 23:55
3874ee5

Choose a tag to compare

0.3.1 (2026-02-08)

Bug Fixes

  • ci: pin Bun version to 1.3.9 to fix ESM spyOn flakiness (0b24aef)

opencode-plugin-everynotify: v0.3.0

08 Feb 23:49
d8a4e8c

Choose a tag to compare

0.3.0 (2026-02-08)

Features

  • add configurable truncation direction for notification messages (be36b26)

Bug Fixes

  • tests: mock os.homedir() to prevent tests from deleting user config (34e74a1)

opencode-plugin-everynotify: v0.2.0

08 Feb 22:57
c76724c

Choose a tag to compare

0.2.0 (2026-02-08)

Features

  • config: add events config for per-event-type filtering (3f0eefe)
  • hooks: add event filtering before dispatch (a1c2740)
  • integration: wire logger into dispatcher and plugin hooks (9a69241)
  • logger: add file-based logger with rotation and never-throw semantics (d5577f1)
  • payload: use last assistant message as notification body (4b6c628)
  • types: add LogConfig interface and config support for log system (e3de540)

Bug Fixes

  • hooks: extract sessionID from permission.ask and tool.execute.before inputs (5e9181e)

opencode-plugin-everynotify: v0.1.1

08 Feb 21:15
525f260

Choose a tag to compare

0.1.1 (2026-02-08)

Bug Fixes

  • correct mock setup in service tests for Bun compatibility (77d67c9)