Skip to content

v0.9.11

Choose a tag to compare

@github-actions github-actions released this 30 Aug 09:20
· 11 commits to main since this release

更新内容 / Updates

  • 将提供商选项与上游 HTTP Headers 拆开,旧的 extra_headers 会自动迁移。

  • Split provider options from upstream HTTP headers, with automatic migration from legacy extra_headers.

  • 历史工具调用缺少 reasoning 时自动关闭 thinking,避免 DeepSeek 等后端拒绝续写。

  • Disabled thinking when historical tool calls lack reasoning content, so backends such as DeepSeek can continue the tool loop.

  • Codex 的 ambient / system 后台轮次不再进入生图桥接。

  • Kept Codex ambient and system background turns out of the image-generation bridge.

  • Responses 能力为 unknown 时遵守短暂退避,不再立刻重复探测。

  • Honored the transient backoff for unknown Responses capability instead of probing again immediately.

  • previous_response_id 会阻止跨提供商 fallback;普通 function_call_output 仍可回退。

  • Blocked cross-provider fallback only for previous_response_id; ordinary function_call_output can still fall back.

  • 模型测试失败时展示上游 HTTP 状态、响应和调用栈,便于排查 WAF / 协议错误。

  • Surfaced upstream HTTP status, response body, and traceback in model-test failures for WAF and protocol diagnosis.

验证 / Verification

  • JavaScript syntax: node --check app/web/static/app.js passed.
  • Full test suite: 658 passed.
  • GitHub Actions packaging, release, and GHCR jobs completed successfully.
  • Windows, Linux, and macOS ARM64 packages uploaded successfully.

Docker

docker pull ghcr.io/pricening/llm-aio-gateway:latest