发布日期: 2026-09-02
版本号: v1.18.27

核心修复内容包括:将提供商标头超时默认设置为五分钟以减少慢速模型启动失败;流式传输块超时也默认五分钟,且支持设置为false以禁用;允许通过配置选择退出Anthropic的thinking.blockBinding;将Anthropic思维块绑定限制在Claude 5.1+模型以避免旧版部署拒绝请求;修复取消超时SSE读取时未处理的错误。感谢社区贡献者@AlexanderWillner修复SSE读取器取消拒绝问题,以及@dkindlund支持配置退出Anthropic思维块绑定。

更新内容 (中文)

核心

错误修复

  • 将默认提供程序头超时时间设为五分钟,以减少因模型启动缓慢而导致的失败频率。
  • 将默认流式分块超时时间设为五分钟,并支持通过设置 false 来禁用超时。
  • 允许 Anthropic 的 thinking.blockBinding 通过配置选择退出,以便在需要保留提供程序默认设置时使用。(@dkindlund)
  • 将 Anthropic 思考块绑定限制为 Claude 5.1+ 模型,避免旧版本部署拒绝请求。
  • 在取消超时的 SSE 读取时避免未处理的错误。(@AlexanderWillner)

感谢 2 位社区贡献者:

  • @AlexanderWillner:
    • 修复(提供程序):处理 SSE 读取器取消拒绝的问题 (#44944)
  • @dkindlund:
    • 修复(opencode):允许配置选择退出 Anthropic 思考块绑定 (#46820)

更新内容 (原始)

Core

Bugfixes

  • Default provider header timeouts to five minutes so slow model startups fail less often.
  • Default streamed chunk timeouts to five minutes, with false supported to disable them.
  • Let Anthropic thinking.blockBinding opt out via config when you need to keep the provider default. (@dkindlund)
  • Limit Anthropic thinking block binding to Claude 5.1+ models so older deployments do not reject requests.
  • Avoid unhandled errors when canceling timed-out SSE reads. (@AlexanderWillner)

Thank you to 2 community contributors:

  • @AlexanderWillner:
    • fix(provider): handle SSE reader cancel rejections (#44944)
  • @dkindlund:
    • fix(opencode): let config opt out of Anthropic thinking blockBinding (#46820)

下载链接