@ynhcj/xiaoyi-channel 0.0.150-next → 0.0.151-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.
@@ -432,7 +432,7 @@ export function createXYReplyDispatcher(params) {
432
432
  sessionId,
433
433
  taskId: currentTaskId,
434
434
  messageId: currentMessageId,
435
- text,
435
+ text: accumulatedText,
436
436
  append: false,
437
437
  final: false,
438
438
  log: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.150-next",
3
+ "version": "0.0.151-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",