@stagewhisper/stagewhisper 0.25.0 → 0.27.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.
@@ -2,7 +2,7 @@
2
2
  "id": "stagewhisper",
3
3
  "name": "StageWhisper",
4
4
  "description": "Turn live call moments into assistant tasks via StageWhisper",
5
- "version": "0.25.0",
5
+ "version": "0.27.0",
6
6
  "channels": [
7
7
  "stagewhisper"
8
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stagewhisper/stagewhisper",
3
- "version": "0.25.0",
3
+ "version": "0.27.0",
4
4
  "type": "module",
5
5
  "description": "OpenClaw channel plugin that connects StageWhisper live calls to your AI assistant",
6
6
  "license": "MIT",
package/src/service.ts CHANGED
@@ -3,6 +3,7 @@ import type {
3
3
  OpenClawPluginServiceContext,
4
4
  } from "openclaw/plugin-sdk/core";
5
5
  import { buildAgentSessionKey } from "openclaw/plugin-sdk/core";
6
+ import { randomUUID } from "node:crypto";
6
7
  import { StageWhisperClient } from "./client.js";
7
8
  import type { TaskPayload } from "./client.js";
8
9
  import type { StageWhisperAccount } from "./channel.js";
@@ -101,6 +102,7 @@ export function createRelayService(api: OpenClawPluginApi) {
101
102
  sessionKey,
102
103
  message: messageContent,
103
104
  deliver: true,
105
+ idempotencyKey: randomUUID(),
104
106
  });
105
107
 
106
108
  api.logger.info(