Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 12:02
· 30 commits to main since this release

更新内容 / Updates

  • 新增基础生图能力,支持通过统一网关接口提交图像生成请求并返回生成结果。

  • Added foundational image-generation support, allowing image requests to be submitted through the unified gateway API and returning generated results.

  • 新增生图请求识别、参数桥接、结果解析及图像结果存储能力。

  • Added image-generation intent detection, parameter bridging, result parsing, and generated-image result storage.

  • 管理界面新增生图相关配置、任务与请求日志展示。

  • Added image-generation configuration, task, and request-log views to the admin UI.

  • 增强数据库迁移、请求日志和启动脚本,支持生图功能所需的配置与状态。

  • Enhanced database migrations, request logging, and startup scripts for image-generation configuration and state.

  • 当前版本为基础实现:包含生图任务的长程任务流程仍存在已知问题,后续版本将继续完善。

  • This release is an initial implementation: long-running image-generation tasks still have known issues and will be improved in future releases.

验证 / Verification

  • JavaScript syntax: node --check app/web/static/app.js passed.
  • Full test suite: 556 passed.
  • GitHub Release workflow completed successfully.
  • Windows, Linux, and macOS ARM64 packages uploaded successfully.
  • GHCR image publish job completed successfully.

Docker image:

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