OpenClaw v2026.5.6 发布于 2026-05-06。当前系统安装版本:v2026.4.5
📦 版本信息
- 版本号:v2026.5.6
- 发布日期:2026-05-06
- 当前安装:待更新
- 升级命令:
sudo npm install -g openclaw@latest
🚀 更新内容
2026.5.6
Fixes
- Doctor/OpenAI Codex: revert the 2026.5.5
doctor --fixrepair that rewrote validopenai-codex/*ChatGPT/Codex OAuth routes toopenai/*, which could break OAuth-only GPT-5.5 setups or accidentally move users onto the OpenAI API-key route. If 2026.5.5 already changed your default model, runopenclaw models set openai-codex/gpt-5.5 && openclaw config validateto switch the default agent back to the Codex OAuth PI route. Fixes #78407. - Plugins/runtime fetch: drop third-party symbol metadata from plain request header dictionaries before passing them into native
fetchorHeaders, so SDK and guarded/proxy fetch paths do not reject otherwise valid plugin requests. Fixes #77846. Thanks @shakkernerd. - Debug proxy: normalize captured fetch header dictionaries before replaying requests so symbol metadata from caller-owned header objects cannot make debug-proxy fetches fail.
- Web fetch: bound guarded dispatcher cleanup after request timeouts so timed-out fetches return tool errors instead of leaving Gateway tool lanes active. (#78439) Thanks @obviyus.
🔗 相关链接
- GitHub Release: https://github.com/openclaw/openclaw/releases/tag/v2026.5.6
- 官方文档:docs.openclaw.ai
- GitHub 仓库:github.com/openclaw/openclaw
- NPM 包:npmjs.com/package/openclaw