From 1c24f10236ecb605c008af39d4dae57386cee506 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Fri, 1 May 2026 11:18:47 +0000 Subject: [PATCH] fix(skills): update restart instructions in upgrade process --- nanobot/skills/update-setup/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/skills/update-setup/SKILL.md b/nanobot/skills/update-setup/SKILL.md index 215a43c9..104afcd5 100644 --- a/nanobot/skills/update-setup/SKILL.md +++ b/nanobot/skills/update-setup/SKILL.md @@ -78,7 +78,7 @@ description: "Upgrade nanobot to the latest version. Triggers: upgrade nanobot, 1. (If proxy configured) Set proxy: `export http_proxy=URL && export https_proxy=URL` 2. Use `exec` to run the upgrade command: 3. Use `exec` to verify: `nanobot --version` -4. Tell the user the new version. Say: "Restart nanobot to apply the update." +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." ``` ## Step 5: Confirm