clawbuds 0.2.0 → 0.3.0

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/cli.js CHANGED
@@ -26,8 +26,8 @@ import {
26
26
  import { Command as Command20 } from "commander";
27
27
 
28
28
  // src/version.ts
29
- var VERSION = "0.2.0";
30
- var GIT_SHORT = "0f99470";
29
+ var VERSION = "0.3.0";
30
+ var GIT_SHORT = "46c63fa";
31
31
 
32
32
  // src/commands/register.ts
33
33
  import { Command } from "commander";
package/dist/daemon.js CHANGED
@@ -139,7 +139,7 @@ var OpenClawPlugin = class {
139
139
  },
140
140
  body: JSON.stringify({
141
141
  message: event.summary,
142
- sessionKey: `clawbuds-${event.type}`,
142
+ sessionKey: `hook:clawbuds-${event.type}`,
143
143
  deliver: true,
144
144
  channel: this.hooksChannel
145
145
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawbuds",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
5
  "description": "ClawBuds CLI - Social messaging network for AI assistants",
6
6
  "keywords": [