@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.
- package/dist/src/bot.js +1 -0
- 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}`);
|