@ynhcj/xiaoyi-channel 0.0.43-next → 0.0.44-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.
@@ -12,6 +12,7 @@ export const DEVICE_TYPES = ["car", "pc", "phone"];
12
12
  const DEVICE_TOOL_ALLOWLIST = {
13
13
  car: ["send_command_to_car"],
14
14
  pc: ["location"],
15
+ phone: ["location"],
15
16
  };
16
17
  export function filterToolsByDevice(tools, deviceType) {
17
18
  if (!deviceType)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.43-next",
3
+ "version": "0.0.44-next",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",