乐于分享
好东西不私藏

手把手教你升级OpenClaw到最新稳定版

手把手教你升级OpenClaw到最新稳定版
第一步:备份原来的OpenClaw,切记,不要迷信升级一把过
cp -rp .openclaw/ openclaw-0326/

第二步:运行升级命令

openclaw update

升级过程还是比较丝滑,相关的plugin都会自己升级,会有以下升级日志

Installing plugin dependencies…Downloading @larksuite/openclaw-lark…Extracting /tmp/openclaw-npm-pack-8WxWkX/larksuite-openclaw-lark-2026.3.25.tgz…Plugin manifest id "openclaw-lark" differs from npm package name "@larksuite/openclaw-lark"; using manifest id as the config key.Installing plugin dependencies…Downloading @tencent-weixin/openclaw-weixin…Extracting /tmp/openclaw-npm-pack-QsHlIe/tencent-weixin-openclaw-weixin-2.0.1.tgz…Plugin manifest id "openclaw-weixin" differs from npm package name "@tencent-weixin/openclaw-weixin"; using manifest id as the config key.

慢慢等待升级就可以了,我的升级还比较顺利,没啥冲突和故障。

第三步:检查问题,看看有啥问题,如果有让你选择,你直接回车。

openclaw doctor

第四步:运行以下命令修复问题

openclaw doctor --fix

第五步:重启网关

openclaw gateway restart

第六步:查看状态

openclaw status

第七步:进终端界面

openclaw tui

tui提示符下输入:打印一下当前所有OpenClaw插件和状态

如果启用的插件一切正常,回到飞书或者微信通道测试一下。

祝你好运!!!!!!!