v2026.6.5-beta.6
发布于 2026-06-09 · 翻译于
🎯 一句话总结:本版本聚焦系统稳定性与安全性升级,新增内置网络搜索插件,并全面优化多平台交互体验。
📋 更新要点(中文翻译)
1QQ机器人自动过滤模型思考过程,防止原始推理内容泄露至回复中。
2优化MCP工具返回结果处理,避免富媒体内容导致会话记录异常或报错。
3增强Anthropic长思考会话稳定性,缓存过期或网关重启后可自动恢复。
4内置Parallel网络搜索插件,支持API密钥自动发现与完整引导配置。
5恢复Google Vertex ADC用户模型目录显示,提升提供商冷却恢复可靠性。
6Matrix频道新增语音消息预检功能,并优化线程消息的读取与回复体验。
7认证配置迁移至SQLite存储,插件安装状态与完整性校验更加稳定可靠。
8修复macOS节点模式异常重连问题,避免健康会话被意外中断。
▶查看英文原文(Release Notes)
### Highlights
- QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw `<thinking>` content from leaking into channel replies. (#89913, #90132) Thanks @openperf.
- MCP tool results now coerce `resource_link`, `resource`, `audio`, malformed image, and future non-text/image blocks at the materialize boundary, preventing Anthropic 400s and poisoned session history after a tool returns richer MCP content. (#90710, #90728) Thanks @RanSHammer and @849261680.
- Anthropic extended-thinking sessions recover after prompt-cache expiry or Gateway restart because stream start events wait for `message_start`, letting pre-generation signature errors trigger the existing recovery retry. (#90667, #90697) Thanks @openperf.
- Parallel is now a bundled `web_search` provider with `PARALLEL_API_KEY` discovery, guarded endpoint handling, cache-safe session ids, onboarding picker support, and docs. (#85158) Thanks @NormallyGaussian.
- Google Vertex ADC users get static catalog rows and runtime model resolution again, while single-provider cooldown recovery and memory adapter status checks are more reliable. (#90506, #90609, #90717, #90816) Thanks @849261680.
- Matrix can preflight voice notes before mention gating, preserve thread reads/replies through Matrix relations pagination, and carry QA coverage for voice and thread flows. (#78016, #90415)
- Auth and plugin install state is more durable: auth profiles now live in SQLite, official npm plugin install records keep their trusted pins, and prerelease fallback integrity checks avoid carrying stale integrity forward. (#89102, #88585)
- Agent, tool, and provider loops are stricter around MCP lease timestamps, prompt-cache tool names, local tool catalogs, unreadable dynamic tools, owner-only HTTP tools, and provider catalog metadata, reducing hidden retries and unsafe exposure. (#91124, #91233, #90022, #90261)
- macOS node mode no longer silently self-reconnects away from a healthy direct Gateway sess