@honor-claw/yoyo 1.5.1-alpha.3 → 1.5.1-alpha.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.
- package/package.json +1 -1
- package/skills/yoyo-update/SKILL.md +3 -10
package/package.json
CHANGED
|
@@ -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
|
|
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`;不把重启失败当成更新失败。
|