Skip to content

chore(openclaw): 升级 OpenClaw 至 2026.5.7#246

Closed
xzq-xu wants to merge 1 commit into
mainfrom
chore/openclaw-2026.5.7
Closed

chore(openclaw): 升级 OpenClaw 至 2026.5.7#246
xzq-xu wants to merge 1 commit into
mainfrom
chore/openclaw-2026.5.7

Conversation

@xzq-xu
Copy link
Copy Markdown
Collaborator

@xzq-xu xzq-xu commented May 8, 2026

OpenClaw 版本更新

项目
当前版本 2026.4.8
最新版本 2026.5.7
Release https://github.com/openclaw/openclaw/releases/tag/v2026.5.7

CHANGELOG 摘要

展开查看

Fixes

  • Release/plugin publishing: retry transient ClawHub CLI dependency install failures, keep preview-passing plugins publishable when one preview cell flakes, and verify every expected ClawHub package version after publish so maintenance releases are faster to recover and less likely to hide partial plugin publishes.
  • OpenAI: support openai/chat-latest as an explicit direct API-key model override for trying the moving ChatGPT Instant API alias without changing the stable default model.
  • Cron CLI: include computed status in cron list --json and cron show --json output so external tooling can read disabled/running/ok/error/skipped/idle state without reimplementing cron status derivation. (#78701) Thanks @aweiker.
  • Channels CLI: make openclaw channels list channel-only, add --all for bundled and catalog channels, render installed/configured/enabled state, and move model auth/usage details to openclaw models auth list, openclaw status, and openclaw models list. (#78456) Thanks @sliverp.
  • Native commands: honor owner enforcement for native command handlers. (#78864) Thanks @pgondhi987.
  • Active Memory: require admin scope for global memory toggles. (#78863) Thanks @pgondhi987.
  • Gateway/sessions: clear cached skills snapshots during /new and sessions.reset so long-lived channel sessions rebuild the visible skill list after skills change. (#78873) Thanks @Evizero.
  • Auto-reply: gate inline skill tool dispatch through before-tool-call authorization hooks. (#78517) Thanks @pgondhi987.
  • Tavily: resolve dedicated tavily_search and tavily_extract tool credentials from the active runtime config snapshot, so exec SecretRef-backed API keys do not reach the tools unresolved. (#78610) Thanks @VACInc.
  • Plugins/install: use the same absolute POSIX npm lifecycle shell for managed plugin install, rollback, repair, and uninstall npm operations as staged package updates, preventing restricted PATH shells from breaking cleanup. Thanks @VINCENTko

集成面检查清单

对照 ee/docs/OpenClaw集成面清单.md,逐项确认新版本兼容性:

  • 配置 Schemaopenclaw.json Zod strict schema 是否接受我们写入的全部字段
  • 文件系统路径/root/.openclaw/ 目录结构是否变更
  • Session 文件格式sessions.json / .jsonl 结构是否变更
  • Channel Plugin SDKopenclaw/plugin-sdk API 是否有 breaking change
  • Gateway 协议 — 端口 (18789/9721)、/healthz、认证方式是否变更
  • CLI 行为openclaw gateway 参数是否变更
  • Gene/Skill 注入SKILL.md 格式、extraDirs 机制是否变更
  • 安全管道tools.exec.* 配置项、Security WebSocket 协议是否变更
  • 镜像验证./verify.sh <image:tag> 全部 PASS

此 PR 由 GitHub Actions 自动创建。

合并后请:

  1. 构建新镜像:./build.sh openclaw --version 2026.5.7
  2. 运行验证:./verify.sh <image:tag>
  3. 在引擎版本管理中发布新版本

@xzq-xu xzq-xu force-pushed the chore/openclaw-2026.5.7 branch from 0e7ae4f to f4c32c2 Compare May 13, 2026 08:55
@Xy718
Copy link
Copy Markdown
Contributor

Xy718 commented May 21, 2026

由最新 OpenClaw 升级 PR #262 覆盖,关闭旧版本升级 PR。

@Xy718 Xy718 closed this May 21, 2026
@Xy718 Xy718 deleted the chore/openclaw-2026.5.7 branch May 21, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants