🦞
MumClaw
养虾不花冤枉钱

v2026.5.6

发布于 2026-05-06 · 翻译于

🎯 一句话总结:本版本专注修复请求头处理与超时清理问题,全面提升插件调用与网络请求的稳定性。

📋 更新要点(中文翻译)

1保护 OpenAI 路由配置,防止 Doctor 工具误改现有设置。
2清理插件请求头元数据,解决请求被 SDK 拦截的问题。
3优化调试代理请求头格式,避免元数据引发请求失败。
4改进网络请求超时清理机制,防止工具通道异常占用。
5全面修复插件与网络请求链路,提升系统整体稳定性。
查看英文原文(Release Notes)
## 2026.5.6 ### Fixes - Doctor/OpenAI config: keep the 2026.5.6 release branch clear of the legacy Codex route rewrite that could change OpenAI model config during `doctor --fix`, preserving existing OpenAI routes unless a supported repair path applies. - Plugins/runtime fetch: drop third-party symbol metadata from plain request header dictionaries before passing them into native `fetch` or `Headers`, so SDK and guarded/proxy fetch paths do not reject otherwise valid plugin requests. Fixes #77846. Thanks @shakkernerd. - Debug proxy: normalize captured fetch header dictionaries before replaying requests so symbol metadata from caller-owned header objects cannot make debug-proxy fetches fail. - Web fetch: bound guarded dispatcher cleanup after request timeouts so timed-out fetches return tool errors instead of leaving Gateway tool lanes active. (#78439) Thanks @obviyus.
v2026.5.5v2026.5.7