Skip to content

v0.9.8

Choose a tag to compare

@github-actions github-actions released this 24 Aug 16:14
· 14 commits to main since this release

更新内容 / Updates

  • 提供商新增“强制 Chat Completions”选项,可跳过 Responses 探测,适配 llama.cpp / Qwen 等本地后端。

  • Added a provider option to force Chat Completions and skip Responses capability detection for llama.cpp / Qwen backends.

  • 将多条 system / developer 指令合并为一条前置 system,避免 Chat 模板因后置或多条 system 报错。

  • Collapsed late and duplicate system / developer instructions into a single leading system message for Chat templates.

  • 修复 force_chat_completions 更新时未按 0/1 入库的问题。

  • Persisted force_chat_completions as an integer so the provider setting survives updates.

  • 生图日志改为记录真实后端身份,并把 planner fallback 与 image fallback 分开,避免误标 degraded。

  • Logged the real image backend identity and split planner fallback from image fallback so recovered planners are not marked as image degradation.

  • 管理页请求详情补充生图后端、回退和批次统计的中英文字段。

  • Added bilingual image-backend, fallback, and batch-count fields to request detail views.

验证 / Verification

  • JavaScript syntax: node --check app/web/static/app.js passed.
  • Full test suite: 632 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