@ynhcj/xiaoyi-channel 0.0.99-next → 0.0.100-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.
Files changed (2) hide show
  1. package/dist/src/bot.js +1 -0
  2. package/package.json +1 -1
package/dist/src/bot.js CHANGED
@@ -163,6 +163,7 @@ export async function handleXYMessage(params) {
163
163
  taskId: parsed.taskId,
164
164
  messageId: parsed.messageId,
165
165
  agentId: route.accountId,
166
+ deviceType,
166
167
  });
167
168
  // 🔑 发送初始状态更新(第二条消息也要发,用新taskId)
168
169
  log(`[STATUS] Sending initial status update for session ${parsed.sessionId}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.99-next",
3
+ "version": "0.0.100-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",