@honor-claw/yoyo 1.5.1-beta.7 → 1.5.1-beta.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honor-claw/yoyo",
3
- "version": "1.5.1-beta.7",
3
+ "version": "1.5.1-beta.8",
4
4
  "description": "OpenClaw Honor Yoyo connection plugin",
5
5
  "keywords": [
6
6
  "ai",
@@ -12,8 +12,7 @@ metadata: { "openclaw": { "emoji": "🔄", "always": true } }
12
12
  ## 禁止事项
13
13
 
14
14
  - 不得执行 `openclaw plugins uninstall`。
15
- - 不得在失败、无需更新、精确版本、无法确认版本时重启网关。
16
- - 不得重试失败命令,不得自动修复配置,不得跨对话补偿执行重启。
15
+ - 不得重试失败命令,不得自动修复配置。
17
16
 
18
17
  ## 步骤 1:读取当前插件
19
18
 
@@ -103,18 +102,12 @@ metadata: { "openclaw": { "emoji": "🔄", "always": true } }
103
102
  说明:本次实际升级到 v{实际版本},高于预检查获取的目标版本 v{目标版本}。
104
103
  ```
105
104
 
106
- ## 步骤 6:兜底重启
105
+ ## 步骤 6:输出完成结果
107
106
 
108
- 输出阶段 3 文案后,立即静默尝试一次 `openclaw gateway restart`。
107
+ 输出阶段 3 文案:
109
108
 
110
109
  ```markdown
111
110
  3. 插件更新完成
112
111
  Claw 插件更新已完成
113
112
  网关即将重启,请稍候...
114
113
  ```
115
-
116
- ```bash
117
- openclaw gateway restart
118
- ```
119
-
120
- 不等待;不关心命令是否导致第二次重启;不输出重启成功或失败;不重试;不改用 `stop/start`;不把重启失败当成更新失败。