@honor-claw/yoyo 1.4.0-beta.3 → 1.4.0-beta.4

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,7 +1,7 @@
1
1
  //#region src/utils/version.ts
2
2
  var e = null;
3
3
  function t() {
4
- return e === null && (e = "1.4.0-beta.3".includes("beta") || "1.4.0-beta.3".includes("alpha")), !!e;
4
+ return e === null && (e = "1.4.0-beta.4".includes("beta") || "1.4.0-beta.4".includes("alpha")), !!e;
5
5
  }
6
6
  //#endregion
7
7
  export { t as isBetaVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honor-claw/yoyo",
3
- "version": "1.4.0-beta.3",
3
+ "version": "1.4.0-beta.4",
4
4
  "description": "OpenClaw Honor Yoyo connection plugin",
5
5
  "keywords": [
6
6
  "ai",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: yoyo_phone_control
3
3
  description: >
4
- 通过 YOYO 控制手机系统功能(应用管理、通话短信、闹钟日程、设备设置等)及在指定 App 内执行 GUI 操作。
4
+ 通过 YOYO 控制手机系统功能(应用管理、通话短信、闹钟日程、设备设置等)。
5
5
  metadata: { "openclaw": { "emoji": "📱", "always": true } }
6
6
  ---
7
7
 
@@ -34,7 +34,6 @@ metadata: { "openclaw": { "emoji": "📱", "always": true } }
34
34
  - 参数必须为合法 JSON,枚举值区分大小写,数值在定义范围内
35
35
  - 当工具执行错误时,必须确认下发的指令是否存在格式问题,尤其是单双引号的使用问题
36
36
  - 如果执行失败,必须重新读取 `SKILL.md` 和对应的工具定义文件,然后重新执行
37
- - 禁止使用GUI工具作为兜底工具,除非用户明确要求在指定 App 内执行指定动作
38
37
  - 绝对不能使用任何其他设备的工具
39
38
  - 不要尝试任何其他方式完成任务,不要提供替代方案
40
39
 
@@ -128,9 +127,6 @@ metadata: { "openclaw": { "emoji": "📱", "always": true } }
128
127
  | `battery` | `references/battery.md` | 电量与省电模式管理 |
129
128
  | `audio-record` | `references/audio-record.md` | 录音管理 |
130
129
  | `camera` | `references/camera.md` | 相机控制(拍照/录像),不支持手电筒相关的操作。 |
131
- | `gui` | `references/gui-task-create.md` | 启动 GUI 操作任务(UI Agent),只有当用户明确要求在指定 App 内执行指定动作时才使用。如果用户没有提供应用名,严禁使用本工具。|
132
- | `gui` | `references/gui-task-terminate.md` | 取消 GUI 任务 |
133
- | `gui` | `references/gui-task-pause.md` | 暂停 GUI 任务 |
134
130
  | `scan-code` | `references/scan-code.md` | 扫码(二维码/条形码) |
135
131
  | `flashlight` | `references/flashlight.md` | 手电筒控制 |
136
132
  | `airplane-mode` | `references/airplane-mode.md` | 飞行模式管理 |