@ynhcj/xiaoyi-channel 0.0.82-next → 0.0.83-next

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.
@@ -113,6 +113,7 @@ export class XYWebSocketManager extends EventEmitter {
113
113
  throw new Error("WebSocket not ready");
114
114
  }
115
115
  const messageStr = JSON.stringify(message);
116
+ console.log(`[WS-SEND] sessionId=${sessionId} taskId=${message.taskId} msgType=${message.msgType} len=${messageStr.length}`);
116
117
  this.ws.send(messageStr);
117
118
  }
118
119
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.82-next",
3
+ "version": "0.0.83-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",