v2026.4.27 — Codex Computer Use + DeepInfra + Yuanbao/QQBot 群組
發布日期:2026 年 4 月 27 日
定位:Codex 桌面控制 + 提供商擴充 + 中文頻道強化
Breaking Changes:無
核心亮點
1. Codex Computer Use 桌面控制
Codex 模式代理人新增 Computer Use 設定:
/codex computer-use status/install指令- Marketplace 發現
- 可選擇自動安裝
- Codex 模式啟動前的 fail-closed MCP 檢查
- 文件說明 Computer Use、
cua-driver mcp、PeekabooBridge 三者怎麼搭
2. DeepInfra 加入
新增 DeepInfra 為 bundled 提供商:
DEEPINFRA_API_KEYonboarding- 動態 OpenAI-compatible 模型發現
- 圖片生成 / 編輯
- 圖片 / 音訊媒體理解
- TTS
- 文字轉影片
- 記憶 embeddings
- 靜態 catalog metadata
- 自有 base URL 政策
3. Tencent Yuanbao 與 QQBot 中文頻道強化
- Yuanbao:
openclaw-plugin-yuanbao註冊到官方頻道目錄、契約套件、社群插件文件,新增docs/channels/yuanbao.md快速入門 - QQBot:完整群組聊天支援(歷史追蹤、@-mention 閘控、啟用模式、per-group config、FIFO 訊息佇列含遞送 debounce),C2C
stream_messages串流(StreamingController 生命週期)、統一sendMedia含分塊上傳、引擎重構成 pipeline 階段 + 重點外傳子模組 + 內建 slash 指令模組 + 顯式 DI ports
4. 插件 / 模型 catalog manifest-first
模型 catalog 推進:
- Manifest
modelCatalog.aliases和modelCatalog.suppressions接到 model-catalog 規劃和內建 model suppression - Qianfan、Xiaomi、NVIDIA、Cerebras、Mistral、Moonshot、DeepSeek、Tencent TokenHub、StepFun 全搬到 plugin manifest
modelCatalog行 - BytePlus / Volcano Engine 的 standard 和 plan-provider catalog 也搬過去
- Fireworks 和 Together AI 跟著遷移
- 不再在 core 攜帶 extension 專屬定價表
5. 插件啟動 lazy 化
啟動匯入只載「明確宣告 startup 需求」的 bundled 插件:
- 透過
activation.onStartup顯式宣告 - 新增 opt-in future-mode gate 可關閉舊的 implicit 載入
- 給插件作者轉移用的相容性警告
- 用 lookup-table 重用 plugin manifest,避免 gateway 啟動重建插件 discovery
- Tokenjuice 等 bundled agent tool-result middleware 從 manifest 契約 on-demand 載入
6. Sandbox Docker GPU 透傳
新增 opt-in sandbox.docker.gpus 透傳:
- 本地 GPU 工作負載可在受 sandbox 的代理人裡跑
- 前提 host Docker runtime 支援
--gpus
7. 安全 / 網路:opt-in operator-managed 出網 proxy
新增 proxy.enabled + proxy.proxyUrl / OPENCLAW_PROXY_URL:
- 嚴格
http://forward-proxy 驗證 - Loopback-only Gateway bypass
- 退出時清理 proxy env / dispatcher state
8. 外部頻道穩定化
- Slack/Socket Mode:預設 15s pong timeout,新增
clientPingTimeout、serverPingTimeout、pingPongLoggingEnabled覆寫 - Slack/media:私人檔案和轉發附件下載有 idle / total timeout,避免 stalled
file_share媒體卡住整個 inbound 處理 - Telegram/gateway:outbound Bot API 呼叫綁定 timeout,慢的 Telegram 送訊不會再卡住 gateway 回覆
- Mattermost:一般 inbound posts 不再 enqueue 成 system events(用戶訊息只作 user-role inbound 出現)
- LINE:圖片/影片/音訊/檔案下載到
~/.openclaw/media/inbound/而非暫存(/tmp清掉後仍可讀)
9. 大量 Gateway 啟動 / sessions / approvals 修補
- 啟動 chat 頻道不等 primary model 預熱(model warmup 在背景,Slack 等頻道可即時上線)
chat.history和sessions.list的 thinking 預設對齊 owning-agent 和 catalog-aware 解析- Devices/pairing 從 array-shaped 損壞檔案恢復(pending / paired UUID-keyed entries 不會在 JSON 寫入失敗時消失)
- Approvals 的 grace window 內,重複的同決策 approval resolves 視為 idempotent
models.pricing.enabled設定可讓 offline / 受限網路 skip OpenRouter 和 LiteLLM 定價 catalog 撈取
10. iOS / Android 節點 presence
新增 authenticated node.presence.alive 協定事件 + node.list last-seen 欄位:
- 背景 iOS / Android wake 可以標記 paired 節點最近 alive
- 不會被誤當成 connected
11. 進階修復摘要
- 跨多家提供商:DeepSeek V4 在有 prior tool use 的 thinking session backfill
reasoning_content - Anthropic:thinking 啟用時取消 stalled SSE body reads,active-memory timeouts 釋放 transport 資源
- Skills:
coding-agentskill 需要顯式skills.entries.coding-agent.enabled才暴露 - Build/runtime:
tsdown重建保留 staged bundled-plugin runtime 依賴 cache
升級建議
- 想試 Codex 桌面控制的客戶:可開始用
- 想用 DeepInfra 的客戶:直接升級
- 跑中文 / 騰訊系頻道(Yuanbao、QQBot)的客戶:群組支援大幅擴張
- 在意 gateway 啟動速度的客戶:manifest-first + lazy startup 帶來實質改善
- 在公司 proxy 環境跑 OpenClaw 的客戶:opt-in proxy 配置可用
- 跑 GPU 沙盒工作的客戶:Docker GPU 透傳可用