Skip to content

chore(openclaw): 升级 OpenClaw 至 2026.4.11#203

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

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

Conversation

@xzq-xu
Copy link
Copy Markdown
Collaborator

@xzq-xu xzq-xu commented Apr 12, 2026

OpenClaw 版本更新

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

CHANGELOG 摘要

展开查看

Changes

  • Dreaming/memory-wiki: add ChatGPT import ingestion plus new Imported Insights and Memory Palace diary subtabs so Dreaming can inspect imported source chats, compiled wiki pages, and full source pages directly from the UI. (#64505)
  • Control UI/webchat: render assistant media/reply/voice directives as structured chat bubbles, add the [embed ...] rich output tag, and gate external embed URLs behind config. (#64104)
  • Tools/video_generate: add URL-only generated asset delivery, typed providerOptions, reference audio inputs, per-asset role hints, adaptive aspect-ratio support, and a higher image-input cap so video providers can expose richer generation modes without forcing large files into memory. (#61987, #61988) Thanks @xieyongliang.
  • Feishu: improve document comment sessions with richer context parsing, comment reactions, and typing feedback so document-thread conversations behave more like chat conversations. (#63785)
  • Microsoft Teams: add reaction support, reaction listing, Graph pagination, and delegated OAuth setup for sending reactions while preserving application-auth read paths. (#51646)
  • Plugins: allow plugin manifests to declare activation and setup descriptors so plugin setup flows can describe required auth, pairing, and configuration steps without hardcoded core special cases. (#64780)
  • Ollama: cache /api/show context-window and capability metadata during model discovery so repeated picker refreshes stop refetching unchanged models, while still retrying after empty responses and invalidating on digest changes. (#64753) Thanks @ImLukeF.
  • Models/providers: surface how configured OpenAI-compatible endpoints are classified in embedded-agent debug logs, so local and proxy routing issues are easier to diagnose. (#64754) Thanks @ImLukeF.
  • QA/parity: add the GPT-5.4 vs Opus 4.6 agentic parity report gate with shared scenario coverage checks, stricter evidence heuristics, and skipped-scenario accounting for maintainer review. (Welcome to DeskClaw Discussions! #6

集成面检查清单

对照 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.4.11
  2. 运行验证:./verify.sh <image:tag>
  3. 在引擎版本管理中发布新版本

Copy link
Copy Markdown
Collaborator Author

xzq-xu commented Apr 13, 2026

这类自动升级 PR 有维护价值,但目前我不能把它判断为“可安全合并”。

我核查到本次改动实际上只修改了 nodeskclaw-artifacts/openclaw-image/Dockerfile 中的版本号(2026.4.8 -> 2026.4.11),而 PR 描述里列出的集成面检查项目前没有任何已完成证据;仓库里也确实存在后续要求执行的脚本:nodeskclaw-artifacts/build.shnodeskclaw-artifacts/verify.sh

在这些证据缺失前,不建议直接 merge。至少需要补充:

  1. ./build.sh openclaw --version 2026.4.11 的构建结果
  2. ./verify.sh <image:tag> 的验证结果
  3. 对配置 Schema、gateway 协议、channel plugin、gene/skill 注入这几项兼容性的确认结论

补齐后再判断是否合并会更稳妥。

@Xy718
Copy link
Copy Markdown
Contributor

Xy718 commented May 9, 2026

Superseded by #246, which tracks the latest OpenClaw target version (2026.5.7). Closing this older upgrade PR to keep the queue focused.

@Xy718 Xy718 closed this May 9, 2026
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