@mohak34/opencode-notifier 0.1.14 → 0.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,7 +108,7 @@ To customize the plugin, create `~/.config/opencode/opencode-notifier.json`:
108
108
  "messages": {
109
109
  "permission": "Session needs permission",
110
110
  "complete": "Session has finished",
111
- "subagent_complete": "Subagent has finished",
111
+ "subagent_complete": "Subagent task completed",
112
112
  "error": "Session encountered an error",
113
113
  "question": "Session has a question"
114
114
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohak34/opencode-notifier",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "OpenCode plugin that sends system notifications and plays sounds when permission is needed, generation completes, or errors occur",
5
5
  "author": "mohak34",
6
6
  "license": "MIT",