@honor-claw/yoyo 1.4.0-beta.8 → 1.4.0-beta.9

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.8".includes("beta") || "1.4.0-beta.8".includes("alpha")), !!e;
4
+ return e === null && (e = "1.4.0-beta.9".includes("beta") || "1.4.0-beta.9".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.8",
3
+ "version": "1.4.0-beta.9",
4
4
  "description": "OpenClaw Honor Yoyo connection plugin",
5
5
  "keywords": [
6
6
  "ai",
@@ -204,6 +204,7 @@ metadata: { "openclaw": { "emoji": "📱", "always": true } }
204
204
  | 节点离线 | 重新执行 `nodes status --json` 确认 | 否 |
205
205
  | 权限拒绝 | 检查 `gateway.nodes.allowCommands` 配置 | 否 |
206
206
  | 节点不支持该能力 | 重新执行读取 `SKILL.md` 确认 | 是(最多 1 次) |
207
+ | 格式错误 | 严格按照4.1中定义的命令格式检查单双引号和转义字符 | 否 |
207
208
 
208
209
  如果发送错误**必须强制执行**重新读取 `SKILL.md` 和 对应的工具定义文件,并重新执行。
209
210
  3 次重试均失败后,停止重试,向用户报告错误诊断并建议手动处理。
@@ -50,5 +50,12 @@
50
50
  "clean_dirty",
51
51
  "create_flight_monitor_task",
52
52
  "query_flight_monitor_task",
53
- "express_logistics_search"
53
+ "express_logistics_search",
54
+ "desktop",
55
+ "createTimer",
56
+ "queryTimer",
57
+ "pauseTimer",
58
+ "resumeTimer",
59
+ "restartTimer",
60
+ "cancelTimer"
54
61
  ]