pi v0.79.6 版本更新介绍
发布日期: 2026-06-16
版本号: v0.79.6
修复了HTTP调度器配置以保留调用者明确的
fetch覆盖设置,避免重新安装undici全局fetch;同时修复了继承OpenCode Go DeepSeek V4关闭思考模式的请求,使其正确发送提供商的thinking: { type: "disabled" }兼容参数。
更新内容 (中文)
修复
- 修复了HTTP调度器配置,现在会保留调用方主动设置的
fetch覆盖,而非重新应用 undici 全局 fetch。 - 修复了继承自 OpenCode Go DeepSeek V4 的思考关闭请求,现在会发送提供方指定的
thinking: { type: "disabled" }兼容性参数。
更新内容 (原始)
Fixed
- Fixed HTTP dispatcher configuration to preserve a caller’s deliberate
fetchoverride instead of reinstalling the undici global fetch over it. - Fixed inherited OpenCode Go DeepSeek V4 thinking-off requests to send the provider’s
thinking: { type: "disabled" }compatibility parameter.