opencode-plugin-apprise 1.2.7 → 1.2.8

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.
@@ -120,6 +120,11 @@ ${context.options.map((option, index) => ` ${index + 1}. ${option}`).join(`
120
120
  default:
121
121
  body = "";
122
122
  }
123
+ if (body) {
124
+ body = `────────────────────
125
+
126
+ ${body}`;
127
+ }
123
128
  return { title, body, notificationType };
124
129
  }
125
130
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-plugin-apprise",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "OpenCode plugin that sends rich notifications via Apprise CLI when the agent needs your attention",
5
5
  "type": "module",
6
6
  "main": "dist/opencode-plugin-apprise.js",