@ynhcj/xiaoyi-channel 0.0.183-beta → 0.0.184-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.
@@ -430,6 +430,7 @@ export function createXYReplyDispatcher(params) {
430
430
  if (text.length > 0) {
431
431
  accumulatedText += text;
432
432
  hasSentResponse = true;
433
+ scopedLog().log(`[PARTIAL-REPLY] Sending A2A text: "${text}"`);
433
434
  await sendA2AResponse({
434
435
  config,
435
436
  sessionId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.183-beta",
3
+ "version": "0.0.184-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",