乐于分享
好东西不私藏

升级OpenClaw到最新版本

升级OpenClaw到最新版本

升级OpenClaw

npm install -g openclaw@latest --no-fund

没出什么差错,一切顺利

查看版本:

openclaw --versionOpenClaw 2026.3.13 (61d171a) //成功升级到 2026.3.13

停止OpenClaw服务:

openclaw gateway stop

启动:

openclaw gateway

出现了错误提示:

[plugins] plugin id mismatch (config uses "feishu-openclaw-plugin", export uses "feishu") (plugin=feishu-openclaw-plugin, source=C:\Users\83760\.openclaw\extensions\feishu-openclaw-plugin\index.js)

查看插件:

OpenClaw plugins list

feishu-openclaw-plugin 的状态是 error

看来飞书插件的版本跟不上openclaw的版本

于是去飞书官网查

https://bytedance.larkoffice.com/docx/MFK7dDFLFoVlOGxWCv5cTXKmnMh

看到官网有提到plugin id mismatchr问题,升到最新版就行

升级飞书插件:

npx -y @larksuite/openclaw-lark-tools updateAll checks passed!Update complete! New version: 2026.3.15  //飞书插件升级到2026.3.15
openclaw gateway stopopenclaw gateway

Openclaw plugins list

大功告成!!!