Skip to content

v2026.9.5.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:47
· 358 commits to feature/dev since this release

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline.
  • CLIProxyAPI_<version>_linux_<arch>_no-plugin.tar.gz is the portable Linux build for musl-based or older systems such as OpenWrt. It does not support dynamic library plugins.

FreeBSD release assets

  • CLIProxyAPI_<version>_freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.

Changelog

  • feat(codebuddy-cn): add CodeBuddy CN (Tencent) provider (1046217)
  • feat(provider): CodebuddyCN (e0c9793)
  • docs(codebuddy-cn): fix example base-url (executor appends /chat/completions) (1cc660f)
  • feat(codebuddy-cn): add OAuth authentication (a7a799f)
  • feat(codebuddy-cn): reproduce official TLS fingerprint (b7ce800)
  • feat(deepseek-web): add browser-session provider (8aa075e)
  • fix(deepseek-web): distinguish dead userToken from transient refresh failures (2901ecc)
  • fix(codebuddy-cn): keep reasoning_effort to enable thinking (bc695e7)
  • feat(codebuddy-cn): --local-model disable download frontend (fbb1458)
  • feat(front): open file route (32661bc)
  • chore: docker hub (3a6234a)
  • chore: build docker images at releases (d4a39ca)
  • feat: custom model.json (32ba022)
  • feat: redefine the concept of prefix of model id. the prefix means alias and force-prefix means force-alias, so it shouldn't affect the logic of register and looking up model. (2f606ad)
  • feat(provider): add TRAE SOLO CN desktop (TraeWork) provider support (066eb9c)
  • feat: register TRAE SOLO CN static models from client cache (8ec60f4)

Full Changelog: v7.2.149...v2026.9.5.0