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
- Add a no-copy GJSON parse helper (ea8882b)
- Reduce Antigravity request amplification for large payloads (b7a4415)
- Avoid copying large payloads in Antigravity reads (9992920)
- Make the payload-reuse guards able to fail (1737596)
- Review: tighten the in-place byte write guard (b921b5d)
- fix(openai): emit
response.failedstream errors for Codex requests (3522e48) - fix(claude): add Claude-compatible thinking replay persistence for multi-turn sessions (2e6b1d8)
What's Changed
Full Changelog: v7.2.124...v7.2.125