@mohak34/opencode-notifier 0.1.27 → 0.1.28
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.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3975,7 +3975,6 @@ function sendLinuxNotificationDirect(title, message, timeout, iconPath, grouping
|
|
|
3975
3975
|
args.push("--icon", iconPath);
|
|
3976
3976
|
}
|
|
3977
3977
|
args.push("--expire-time", String(timeout * 1000));
|
|
3978
|
-
args.push("--app-name", "OpenCode");
|
|
3979
3978
|
if (grouping && lastLinuxNotificationId !== null) {
|
|
3980
3979
|
args.push("--replace-id", String(lastLinuxNotificationId));
|
|
3981
3980
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mohak34/opencode-notifier",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
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",
|