v2026.3.24-beta.2

发布于 2026-03-25 · 翻译于

🎯 一句话总结:本版本优化了媒体访问策略,降低 Node 22 支持门槛,并增强更新前的版本预检与提示。

📋 更新要点(中文翻译)

1出站媒体访问策略现已与配置的文件系统政策保持一致。
2关闭工作区限制时允许发送主机本地文件和媒体路径。
3降低 Node 22 最低支持版本至 22.14+,避免安装受阻。
4继续推荐 Node 24 版本以确保最佳运行时体验。
5更新前预检 npm 包引擎要求,防止不支持的版本安装。
6过时 Node 运行时将显示清晰的升级提示而非直接失败。
查看英文原文(Release Notes)
### Fixes - Outbound media/local files: align outbound media access with the configured fs policy so host-local files and inbound-media paths keep sending when `workspaceOnly` is off, while strict workspace-only agents remain sandboxed. - Runtime/install: lower the supported Node 22 floor to `22.14+` while continuing to recommend Node 24, so npm installs and self-updates do not strand Node 22.14 users on older releases. - CLI/update: preflight the target npm package `engines.node` before `openclaw update` runs a global package install, so outdated Node runtimes fail with a clear upgrade message instead of attempting an unsupported latest release. - Tests/security audit: isolate audit-test home and personal skill resolution so local `~/.agents/skills` installs no longer make maintainer prep runs fail nondeterministically. (#54473) thanks @huntharo
v2026.3.24-beta.1v2026.3.24