You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
上游新提交:
- refactor(setup): enhance SKILL.md for upgrade process clarity
- fix: improve media failure diagnostics and token fallback coverage
- fix: allow_patterns take priority over deny_patterns in ExecTool (HKUDS#3594)
冲突解决:
- shell.py: 保留我们的 rm -rf 移除,采用上游新增的 deny patterns
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2. Use `exec` to run the upgrade command: <UPGRADE_COMMAND>
80
-
3. Use `exec` to verify: `nanobot --version`
81
-
4. Tell the user the new version. Say: "Run `/restart` to restart nanobot and apply the update. If `/restart` is unavailable in this channel, restart the nanobot process manually."
115
+
2. Use `exec` to run the preflight check: <PREFLIGHT_CHECK>. If it fails, stop and tell the user to rerun `update-setup` because the saved install method no longer matches this environment.
116
+
3. Use `exec` to run the upgrade command: <UPGRADE_COMMAND>
117
+
4. Use `exec` to verify: `nanobot --version`
118
+
5. Tell the user the new version. Say: "Run `/restart` to restart nanobot and apply the update. If `/restart` is unavailable in this channel, restart the nanobot process manually."
0 commit comments