🦞
MumClaw
养虾不花冤枉钱

v2026.4.26

发布于 2026-04-28 · 翻译于

🎯 一句话总结:本版本聚焦多渠道群聊支持、实时语音交互与插件架构重构,全面优化用户体验与系统稳定性。

📋 更新要点(中文翻译)

1全面支持QQ群聊,含历史记录、@提及过滤、独立配置及流式消息。
2官方上线腾讯元宝插件,支持私聊与群聊,附快速接入指南。
3控制端新增浏览器实时语音对话,支持Google Live与后端语音中继。
4内置Cerebras插件,提供完整引导、模型目录与接入文档。
5记忆检索支持非对称嵌入与专属查询前缀,提升搜索准确率。
6新增配置变更对比面板,支持JSON5解析与敏感信息自动隐藏。
7优化模型路由与插件配置机制,提升多提供商环境稳定性。
查看英文原文(Release Notes)
## 2026.4.26 ### Changes - Channels/QQBot: add full group chat support (history tracking, @-mention gating, activation modes, per-group config, FIFO message queue with deliver debounce), C2C `stream_messages` streaming with a `StreamingController` lifecycle manager, unified `sendMedia` with chunked upload for large files, and refactor the engine into pipeline stages, focused outbound submodules, builtin slash-command modules, and explicit DI ports via `createEngineAdapters()`. (#70624) Thanks @cxyhhhhh. - Channels/Yuanbao: register the Tencent Yuanbao external channel plugin (`openclaw-plugin-yuanbao`) in the official channel catalog, contract suites, and community plugin docs, with a new `docs/channels/yuanbao.md` quick-start guide for WebSocket bot DMs and group chats. (#72756) Thanks @loongfay. - Control UI/Talk: add a generic browser realtime transport contract, Google Live browser Talk sessions with constrained ephemeral tokens, and a Gateway relay for backend-only realtime voice plugins. Thanks @VACInc. - CLI/models: route provider-filtered model listing through an explicit source plan so user config, installed manifest rows, Provider Index previews, and scoped runtime fallbacks keep a stable authority order without adding another catalog cache. Thanks @shakkernerd. - Providers: add Cerebras as a bundled plugin with onboarding, static model catalog, docs, and manifest-owned endpoint metadata. - Memory/OpenAI-compatible: add optional `memorySearch.inputType`, `queryInputType`, and `documentInputType` config for asymmetric embedding endpoints, including direct query embeddings and provider batch indexing. Carries forward #63313 and #60727. Thanks @HOYALIM and @prospect1314521. - Ollama/memory: add model-specific retrieval query prefixes for `nomic-embed-text`, `qwen3-embedding`, and `mxbai-embed-large` memory-search queries while leaving document batches unchanged. Carries forward #45013. Thanks @laolin5564. - Plugins/providers: move pre-runtime model-id norma
v2026.4.25v2026.4.27