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
- perf(auth): optimize scheduler result updates with targeted model shards (fa01468)
- feat(pluginhost): expose outbound HTTP wire profile to plugin requests (00c63a5)
- feat(antigravity): add conversation compaction support and capsule encryption (70f4560)
- fix(xai): support compaction fallback from payload input or previous response id (0e85eb4)
- fix(gemini): append trailing user turn for requests ending with model content (5dc428f)
- fix(claude): preserve non-result block positions during tool result alignment (8564142)
- fix(antigravity): omit tools when tool_choice is none (a76da71)
- fix(auth): preserve active cooldown deadlines on subsequent failures (1c22598)
- fix(antigravity): enable thinking summary when responses reasoning effort is set (e92f6cf)
- fix(claude): normalize codex agent messages in responses conversion (d2f7122)
- feat: add Aiberm sponser (63fd255)
- fix Aiberm sponser logo (578ac8f)
- feat: add Aiberm sponsorship information to README_JA.md (4cd8ee7)
- feat: add link to Aiberm in sponsorship section of README files (934fb79)
Full Changelog: v7.2.152...v7.2.153