v2026.3.24

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

🎯 一句话总结:本版本重点增强 Teams 与 Slack 集成体验,优化控制 UI 技能管理,并提升 API 兼容性与容器支持。

📋 更新要点(中文翻译)

1网关新增 OpenAI 兼容接口,支持模型列表、嵌入及显式模型覆盖。
2代理工具页展示当前可用工具,控制 UI 新增实时可用状态区域。
3微软 Teams 迁移至官方 SDK,支持流式回复、欢迎卡及原生 AI 标识。
4微软 Teams 支持编辑和删除已发送消息,包含线程内回退机制。
5捆绑技能新增一键安装配方,缺失依赖时 CLI 和 UI 可提示安装。
6控制 UI 技能页增加状态筛选标签,点击卡片查看详情及安装配置。
7Slack 恢复富回复支持,自动将选项行渲染为按钮或选择菜单。
8CLI 新增容器参数,支持在运行中的 Docker 或 Podman 容器内执行命令。
9Discord 自动线程支持 LLM 生成简洁标题,保留基于消息的默认命名。
10控制 UI 重构 Markdown 预览对话框,适配明暗主题并优化样式渲染。
查看英文原文(Release Notes)
### Breaking ### Changes - Gateway/OpenAI compatibility: add `/v1/models` and `/v1/embeddings`, and forward explicit model overrides through `/v1/chat/completions` and `/v1/responses` for broader client and RAG compatibility. Thanks @vincentkoc. - Agents/tools: make `/tools` show the tools the current agent can actually use right now, add a compact default view with an optional detailed mode, and add a live "Available Right Now" section in the Control UI so it is easier to see what will work before you ask. - Microsoft Teams: migrate to the official Teams SDK and add AI-agent UX best practices including streaming 1:1 replies, welcome cards with prompt starters, feedback/reflection, informative status updates, typing indicators, and native AI labeling. (#51808) - Microsoft Teams: add message edit and delete support for sent messages, including in-thread fallbacks when no explicit target is provided. (#49925) - Skills/install metadata: add one-click install recipes to bundled skills (coding-agent, gh-issues, openai-whisper-api, session-logs, tmux, trello, weather) so the CLI and Control UI can offer dependency installation when requirements are missing. (#53411) Thanks @BunsDev. - Control UI/skills: add status-filter tabs (All / Ready / Needs Setup / Disabled) with counts, replace inline skill cards with a click-to-detail dialog showing requirements, toggle switch, install action, API key entry, source metadata, and homepage link. (#53411) Thanks @BunsDev. - Slack/interactive replies: restore rich reply parity for direct deliveries, auto-render simple trailing `Options:` lines as buttons/selects, improve Slack interactive setup defaults, and isolate reply controls from plugin interactive handlers. (#53389) Thanks @vincentkoc. - CLI/containers: add `--container` and `OPENCLAW_CONTAINER` to run `openclaw` commands inside a running Docker or Podman OpenClaw container. (#52651) Thanks @sallyom. - Discord/auto threads: add optional `autoThreadName: "generated"` naming so
v2026.3.24-beta.2