v2026.3.24-beta.1

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

🎯 一句话总结:本版本重点增强多平台交互体验,优化控制 UI 技能管理,提升 API 兼容性与安装便利性。

📋 更新要点(中文翻译)

1网关新增 OpenAI 兼容接口,支持模型列表、嵌入及显式模型覆盖。
2代理工具页展示当前可用工具,控制 UI 新增“实时可用”状态区。
3微软 Teams 迁移至官方 SDK,支持流式回复、欢迎卡及原生 AI 标识。
4微软 Teams 支持编辑和删除已发送消息,包含线程内回退机制。
5技能包新增一键安装配方,缺失依赖时 CLI 和 UI 可提示安装。
6控制 UI 技能页增加状态筛选标签,点击查看详情及安装开关。
7Slack 恢复富回复一致性,自动将选项行渲染为按钮或选择器。
8CLI 新增容器参数,支持在运行中的 Docker 或 Podman 容器内执行命令。
9控制 UI 重构文件预览对话框,集成系统主题支持丰富 Markdown 渲染。
查看英文原文(Release Notes)
## 2026.3.24-beta.1 ### 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: "
v2026.3.23v2026.3.24-beta.2