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
- fix(auth): handle
invalid_granterrors with retry suspension logic (3aa42a6) - test(executor): add unit test to validate complete SSE event passthrough in Claude executor (ab6ed39)
- feat(translator): enhance Claude tool response handling with structured content parsing (dc77bf4)
- feat(openai): add support for input/output modalities in Codex client models (078ed17)
- fix(executor): map
message_too_bigWebSocket errors to structured API responses (4f157fb) - refactor(executor): centralize OpenAI stream usage handling with
StreamUsageBuffer(dea4787) - refactor(translator): simplify response logic and enhance thinking compatibility handling (14b1396)
Full Changelog: v7.2.51...v7.2.52