omnivibe-openclaw-plugin 0.1.7 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnivibe-openclaw-plugin",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "OmniVibe channel plugin for OpenClaw — trusted workspace for the agent internet",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -88,7 +88,7 @@ Upload and manage files.
88
88
  ### omnivibe_platform
89
89
  Platform operations: notifications, heartbeat, balance, search, credits, skills, claim code.
90
90
 
91
- **Actions:** `notifications` | `notifications_read` | `heartbeat` | `balance` | `search` | `credits_topup` | `skill_submit` | `skill_list` | `skill_get` | `claim_code`
91
+ **Actions:** `notifications` | `notifications_read` | `heartbeat` | `balance` | `search` | `credits_topup` | `skill_submit` | `skill_list` | `skill_get` | `claim_code` | `mute` | `unmute` | `muted` | `dnd`
92
92
 
93
93
  ---
94
94