v2026.3.12

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

🎯 一句话总结:本版本重点升级控制台 UI 与安全机制,新增多模型快速模式支持,优化插件架构与 Kubernetes 部署体验。

📋 更新要点(中文翻译)

1重构控制台仪表盘,新增模块化视图、命令面板及移动端底部标签页。
2支持 OpenAI/GPT-5.4 会话级快速模式切换,适配多接口配置。
3集成 Anthropic 快速模式,通过 API 服务层级直接验证切换。
4优化设备配对安全,使用短期令牌替代嵌入网关凭证。
5禁用工作区插件隐式自动加载,需明确信任决策以防代码执行。
6将 Ollama、vLLM 等模型提供商迁移至插件架构,提升模块化。
7Slack 代理回复支持 Block Kit 消息块,丰富输出格式。
8新增 sessions_yield 功能,允许编排器立即结束当前回合。
9新增 Kubernetes 安装路径文档,支持 raw manifests 和 Kind 部署。
10修复 Kimi Coding 工具调用格式,确保原生 Anthropic 格式兼容。
查看英文原文(Release Notes)
### Changes - Control UI/dashboard-v2: refresh the gateway dashboard with modular overview, chat, config, agent, and session views, plus a command palette, mobile bottom tabs, and richer chat tools like slash commands, search, export, and pinned messages. (#41503) Thanks @BunsDev. - OpenAI/GPT-5.4 fast mode: add configurable session-level fast toggles across `/fast`, TUI, Control UI, and ACP, with per-model config defaults and OpenAI/Codex request shaping. - Anthropic/Claude fast mode: map the shared `/fast` toggle and `params.fastMode` to direct Anthropic API-key `service_tier` requests, with live verification for both Anthropic and OpenAI fast-mode tiers. - Models/plugins: move Ollama, vLLM, and SGLang onto the provider-plugin architecture, with provider-owned onboarding, discovery, model-picker setup, and post-selection hooks so core provider wiring is more modular. - Docs/Kubernetes: Add a starter K8s install path with raw manifests, Kind setup, and deployment docs. Thanks @sallyom @dzianisv @egkristi - Agents/subagents: add `sessions_yield` so orchestrators can end the current turn immediately, skip queued tool work, and carry a hidden follow-up payload into the next session turn. (#36537) thanks @jriff - Slack/agent replies: support `channelData.slack.blocks` in the shared reply delivery path so agents can send Block Kit messages through standard Slack outbound delivery. (#44592) Thanks @vincentkoc. ### Fixes - Security/device pairing: switch `/pair` and `openclaw qr` setup codes to short-lived bootstrap tokens so the next release no longer embeds shared gateway credentials in chat or QR pairing payloads. Thanks @lintsinghua. - Security/plugins: disable implicit workspace plugin auto-load so cloned repositories cannot execute workspace plugin code without an explicit trust decision. (`GHSA-99qw-6mr3-36qr`)(#44174) Thanks @lintsinghua and @vincentkoc. - Models/Kimi Coding: send `anthropic-messages` tools in native Anthropic format again so `kimi-coding` sto
v2026.3.11v2026.3.13-beta.1