feat: 适配 OpenClaw v2026.5.20 + Node.js 22.19 门槛 - #145
Merged
Conversation
无破坏性变更。把 Node.js 最低版本从 22.16 抬到 22.19(对齐上游 v2026.5.19 强制要求),同步 install.ps1 / install-mac.sh / doctor.sh / package.json 四处版本检查,文档版本占位符统一刷到 2026.5.20,并在 docs/openclaw-upgrade-guide.md 末尾新增"升级到 2026.5.20"章节, 汇总 v2026.5.8~v2026.5.20 的新增可选字段和 Docker 构建参数改名。 https://claude.ai/code/session_01L2AJsVj62yfchX76wbnLrV
wanikua
marked this pull request as ready for review
May 22, 2026 12:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
把项目从 OpenClaw v2026.5.7 适配到最新 v2026.5.20。无破坏性变更,现有
openclaw.json无需改动。变更明细
install.ps1install-mac.shnode_meets_floor),需 >= 22.19doctor.sh[1/9]Node 检查接受 22.19+package.jsonengines.node>=22.16.0 → >=22.19.0;version 3.6.0 → 3.7.1EXTERNAL_HERMES.md/hermes.example.yaml/CONTRIBUTING.mdCHANGELOG.mddocs/openclaw-upgrade-guide.mdagents.list[].experimental.localModelLean、voice.realtime.bootstrapContextFiles、models.providers.<id>.timeoutSeconds、security.audit.suppressions、DiscordagentComponents.ttlMs、tools.alsoAllow等)和OPENCLAW_DOCKER_APT_PACKAGES→OPENCLAW_IMAGE_APT_PACKAGES改名Test plan
bash -n install-mac.sh/bash -n doctor.sh语法通过package.json/openclaw.example.jsonJSON 解析有效npm test— 19/19 jest 用例通过v22.19.0pass、v22.18.0warn、v22.20.5pass、v23.xpass、v20.xwarn、nonefailinstall.ps1,看是否能从 v22.x → v22.19.xinstall-mac.sh,确认触发升级路径https://claude.ai/code/session_01L2AJsVj62yfchX76wbnLrV
Generated by Claude Code