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(claude): preserve 1h cache ttl and beta header for subagent requests (6a73f39)
- fix(openai): preserve prewarm input and allow named tool outputs in responses websocket (bd03aab)
- fix(openai): preserve nested error details and sequence numbers in responses stream (2591308)
- fix(codex): treat model capacity errors as bootstrap overload failures (3ae9093)
- fix(auth): enable model cooldown and rotation for model not found errors (dde250f)
- fix(translator): ignore null and empty finish reasons in openai to gemini response (4dce5f3)
- fix(stream): handle split CRLF across chunk boundaries in SSE validation (638ed7e)
- docs(readme): remove RunAPI sponsor (09a29bd)
Full Changelog: v7.2.156...v7.2.157