Linux release assets
CLIProxyAPI_<version>_linux_<arch>.tar.gzis 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.gzis 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.gzis the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.
Changelog
- feat(plugin): add host session affinity lookup callback (0796d6d)
- fix(claude): emit trailing usage chunk and aggregate stream usage (a59b176)
- feat(codex): support model-level quota cooling (b064b83)
- fix(translator): strip unsupported unicode property escape patterns from tool schemas (e56abd5)
- fix(schema): inspect patternProperties keys and avoid Unicode escape fast-path bypass (37ce368)
- Merge pull request #5677 from sususu98/fix/codex-tool-schema-pattern (db01159)
- feat(management): add endpoint to refresh auth files (60e5b8b)
- feat(auth): propagate canonical session id for custom header expansion (3bf787f)
- fix(auth): classify terminal upstream auth failures as non-retryable errors (aedc9e6)
- feat(codex): add support for gpt-image-2.5 models (d1a024e)
What's Changed
- fix(translator): strip unsupported unicode property escape patterns from tool schemas by @sususu98 in #5677
Full Changelog: v7.2.155...v7.2.156