@ynhcj/xiaoyi-channel 0.0.169-next → 0.0.170-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.
@@ -1,4 +1,5 @@
1
1
  export declare const sendCrossDeviceTaskTool: {
2
+ name: string;
2
3
  label: string;
3
4
  description: string;
4
5
  parameters: {
@@ -213,6 +213,7 @@ function buildUnifiedDistributeCommand(query, targetDeviceInfo, distributionSess
213
213
  };
214
214
  }
215
215
  export const sendCrossDeviceTaskTool = {
216
+ name: "send_cross_device_task",
216
217
  label: "下发跨设备协作任务",
217
218
  description: `向用户已经选定的目标设备下发跨设备协作任务。
218
219
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.169-next",
3
+ "version": "0.0.170-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",