@ynhcj/xiaoyi-channel 0.0.200-beta → 0.0.202-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.
@@ -618,7 +618,7 @@ export const xiaoyiProvider = {
618
618
  deviceSection += `当前用户小艺APP版本是${appVer}\n`;
619
619
  }
620
620
  if (sdkApiVersion) {
621
- deviceSection += `当前用户系统Rom版本是${sdkApiVersion}\n`;
621
+ deviceSection += `当前用户系统软件API版本是${sdkApiVersion}\n`;
622
622
  }
623
623
  deviceSection += `You need to be aware of the user's current device and provide guidance accordingly. If the response involves device-related tools or actions, you must tailor the reply based on the user's current device, using device-specific references such as "saved to the Notes/Calendar on your {deviceType}.\n"`;
624
624
  context.systemPrompt = (context.systemPrompt ?? "") + deviceSection;
@@ -20,9 +20,7 @@ const DEVICE_TOOL_POLICY = {
20
20
  },
21
21
  "pad": {
22
22
  allowlist: false,
23
- tools: [
24
- "xiaoyi_gui_agent"
25
- ],
23
+ tools: [],
26
24
  },
27
25
  "web": {
28
26
  allowlist: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ynhcj/xiaoyi-channel",
3
- "version": "0.0.200-beta",
3
+ "version": "0.0.202-beta",
4
4
  "description": "OpenClaw Xiaoyi Channel plugin - Xiaoyi A2A protocol integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",