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(runtime): enhance response preparation for xAI executor output controls (41f6ea8)
- fix(antigravity): scope schema sanitization (#4571) (a4d18cb)
- fix(executor): keep tool_result blocks first when injecting the cloaking reminder (2940643)
- feat(runtime): implement derived session identity features and tests (f6c32ec)
- fix(translator/codex): keep single thinking block per reasoning item in streaming translator (#4581) (94cf467)
- chore(pluginhost): refactor and remove unused interceptors and executor methods (fe4ae49)
- feat(home): add NewLifetime method and improve reconnect failover handling (7cb71ed)
- Merge PR #4573: preserve tool_result ordering (42a00a2)
What's Changed
- fix(antigravity): preserve tool arguments during schema cleanup by @sususu98 in #4571
- fix(translator/codex): keep single thinking block per reasoning item in streaming translator by @sususu98 in #4581
- fix(executor): keep tool_result blocks first when injecting the cloaking reminder by @codeg-dev in #4573
New Contributors
- @codeg-dev made their first contribution in #4573
Full Changelog: v7.2.100...v7.2.101