OpenClaw双版本更新:撤销Codex修复+30+改进

OpenClaw 2026.5.6更新

🚀 OpenClaw 2026.5.6 更新:撤销 5.5 Codex 修复 + 多项改进

OpenClaw 于5月6日发布了2026.5.6版本,修复了2026.5.5中的一个重要问题,同时发布了5.5大版本包含30+ 修复

📅 2026.5.6 版本(5月6日)

重要修复:撤销 5.5 Codex OAuth 路由修复

问题:2026.5.5 的 doctor –fix 修复将有效的openai-codex/* ChatGPT/Codex OAuth 路由重写为openai/*,可能导致:

  • OAuth-only GPT-5.5 设置失败
  • 意外切换到 OpenAI API-key 路由

修复:2026.5.6 撤销了该修复,恢复正确的路由。

恢复方法

如果 2026.5.5 已经改变了你的默认模型:

# 恢复 Codex OAuth 路由
openclaw models set openai-codex/gpt-5.5
openclaw config validate

其他修复

修复 说明
Plugins/runtime fetch 删除第三方符号 metadata,避免拒绝有效 plugin 请求
Debug proxy 规范化捕获的 fetch header 字典,避免重放请求失败
Web fetch 限制 guarded dispatcher 清理,避免超时 fetch 留下活动 tool lanes

📅 2026.5.5 版本(5月6日)- 大版本

2026.5.5 是一个大版本,包含30+ 修复

Feishu 修复

  • Topic starter thread IDs:填充缺失的 native topic starter thread IDs,确保会话路由正确
  • Session 路由:第一轮和后续保持在同一 topic session

LINE 修复

  • dmPolicy 验证:拒绝 dmPolicy: “open” 配置而没有 wildcard allowFrom
  • Webhook DMs:验证失败而不是静默阻塞

Telegram/Codex 修复

  • Progress drafts:保持 message-tool-only progress drafts 可见
  • Native Codex tool progress:每个工具只渲染一次

xAI 修复

  • Grok 4.3 reasoning:停止发送 OpenAI-style reasoning effort controls
  • Thinking profile:限制为 off,避免发送不支持的 reasoning levels

Discord 修复

  • Heartbeat ACK timeouts:从实际 heartbeat send 测量,避免假 reconnect loops
  • Guilds 路由:plain text control commands 通过正常授权和 mention gate
  • Streaming:在 progress drafts 中显示 live reasoning text

Matrix 修复

  • Approval delivery:最多重试 3 次,短暂 backoff,避免 transient send failures strand pending approvals

Slack 修复

  • Socket Mode SDK errors:保留错误 context 和 structured API fields
  • Reconnect logs:startup failures 不再 collapse 到 bare unknown error

iOS Pairing 修复

  • LAN/.local gateways:允许 setup-code 和 manual ws:// connects
  • Tailscale/public routes:保持 wss://
  • Mixed-auth reconnects:优先 explicit gateway passwords over stale bootstrap tokens

Control UI 修复

  • Compaction disclosure:紧凑的 N Checkpoint(s) disclosure
  • Session-level details:现代 checkpoint history cards
  • Performance:保持 chat 和 channel tabs 响应式
  • Sessions:/new command 和 lifecycle hooks 只对 explicit Control UI session creation
  • Chat history:保持 persisted assistant progress text 可见
  • Runtime labels:显示每个 session 的 agent runtime

TUI 修复

  • CLI respawn wrapper:跳过 interactive launches
  • Terminal loss:exit cleanly
  • Heartbeat sessions:拒绝恢复为 remembered chat session
  • Session picker:限制为 recent rows

Doctor 修复

  • Codex routes:修复 legacy openai-codex/* routes
  • Heartbeat-poisoned:移动到 recovery keys
  • Gateway token:warn when OPENCLAW_GATEWAY_TOKEN shadows different active source
  • Supervisor restarts:报告在 openclaw doctor –deep

Gateway 修复

  • Shutdown:取消 delayed post-ready maintenance
  • Maintenance/cron:suppress startup after quick restarts
  • HTTP:避免加载 managed outgoing-image media handlers
  • OpenAI-compatible:发送 assistant role SSE chunk
  • Status:避免 fast repeated samples marked as event-loop degraded
  • Supervisor restarts:显示在 openclaw gateway status –deep

Plugins 修复

  • Diagnostics:source-only TypeScript package warnings actionable
  • Update:保持 installed official npm 和 ClawHub plugins synced
  • Install:reassert managed npm plugin peer links

Providers 修复

  • Fireworks/Kimi:thinking-off-only,避免 rejected reasoning* parameters

Video/Audio 修复

  • Video generation:accept provider-specific aspect-ratio 和 resolution hints
  • 720P → 768P:normalize to MiniMax’s supported
  • Google generateAudio:stop sending on Gemini video requests

WhatsApp 修复

  • Responsiveness:stop only verified stale local TUI clients

Agents 修复

  • Context engines:keep hidden runtime-context messages out
  • Generated media:treat attachment-style message tool actions as completed
  • Config:remove ambiguous legacy main agent dir helper

Exec 修复

  • Approvals:fall back to guarded copy when Windows rejects rename-overwrite

Hooks 修复

  • Session-memory:add collision suffixes to fallback filenames

CLI 修复

  • Status:show selected agent runtime/harness
  • Sessions:prune old unreferenced artifacts

🙏 贡献者感谢

本次更新感谢以下20+ 贡献者

  • @shakkernerd – Plugins/runtime fetch, Doctor/gateway, Gateway/status
  • @obviyus – Web fetch
  • @joeyzenghuan – Feishu
  • @Patrick-Erichsen – Matrix/approvals
  • @bryce-d-greybeeld – Discord/gateway
  • @NikolaFC – Discord/gateway
  • @ramitrkar-hash – Discord/guilds
  • @BunsDev – Control UI (多次贡献)
  • @Alex-Alaniz – Exec approvals
  • @MilleniumGenAI – Exec approvals
  • @draix – iOS pairing
  • @googlerest – Plugins/diagnostics
  • @vincentkoc – TUI, Doctor, Gateway, Agents, Plugins (多次贡献)
  • @frankekn – WebChat/Codex media, Providers/Fireworks
  • @yelog – Doctor/status
  • @slideshow-dingo – CLI/sessions

📝 总结

OpenClaw 2026.5.5/5.6 双版本更新:

  • 5.6:撤销 5.5 Codex OAuth 路由修复,避免 GPT-5.5 OAuth 设置失败
  • 5.5:30+ 修复,覆盖 Feishu、LINE、Telegram、Discord、Slack、iOS、Control UI、TUI、Doctor、Gateway、Plugins 等
  • 20+ 贡献者参与
  • 多个组件性能和稳定性改进

OpenClaw 持续迭代,每天都在进步。

GitHub Releaseshttps://github.com/openclaw/openclaw/releases

恢复文档https://docs.openclaw.ai/providers/openai#check-and-recover-codex-oauth-routing

暂无介绍....

延伸阅读:

腾讯元宝群聊总结:一键提取关键信息

💬 腾讯元宝支持微信群聊一键总结:群聊信息不再漏腾讯元宝(基于腾讯混元大模型)现已支持微信群聊一键总结功能:一键总结:自...

itadol5j
2026年5月13日
Hermes Agent 2026.05.09 更新

AI Agent 领域再次迎来重要进展。Hermes Agent 在 2026 年 5 月 9 日发布重要更新,带来多项...

itadol5j
2026年5月10日
Claude学会睡觉:AI记忆不再腐烂

🌙 Claude 学会睡觉了:Anthropic 发布 Dreams 功能,AI 记忆不再腐烂Anthropic 发布了...

itadol5j
2026年5月7日
OpenClaw双版本更新:撤销Codex修复+30+改进

🚀 OpenClaw 2026.5.6 更新:撤销 5.5 Codex 修复 + 多项改进OpenClaw 于5月6日发...

itadol5j
2026年5月7日
Ollama内存泄漏已复现:CVE-2026-7482高危

🚨 Ollama 内存泄漏漏洞已复现:CVE-2026-7482 高危风险安全研究人员已复现Ollama 内存泄漏漏洞(...

itadol5j
2026年5月6日