@ynhcj/xiaoyi-channel 0.0.186-next → 0.0.187-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.
@@ -443,7 +443,7 @@ export function createXYReplyDispatcher(params) {
443
443
  text: sendText,
444
444
  append: true,
445
445
  final: false,
446
- log: false,
446
+ log: true,
447
447
  });
448
448
  }
449
449
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.186-next",
3
+ "version": "0.0.187-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",