@ynhcj/xiaoyi-channel 0.0.194-beta → 0.0.195-beta

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.
@@ -512,6 +512,7 @@ export class XYWebSocketManager extends EventEmitter {
512
512
  ? logger.withContext(sessionId, taskId)
513
513
  : { log: (msg, ...args) => logger.log(msg, ...args) };
514
514
  log.log(`[WS-RECV] Raw message frame, size: ${messageStr.length} characters`);
515
+ log.log(`[WS-RECV] Full message: ${messageStr}`);
515
516
  // Handle direct cross-task requests (top-level networkId)
516
517
  const directRunCrossTaskRequest = this.toRunCrossTaskA2ARequest(parsed);
517
518
  if (directRunCrossTaskRequest) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.194-beta",
3
+ "version": "0.0.195-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",