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: update Infistar registration links in README files (ba200ae)
- fix(home): allow home config to override default port (1502ac8)
- fix(xai): inline local refs and broaden codex app tool normalization (2555cde)
- fix(xai): fold namespace tools and restore dispatcher tool calls (9b88808)
- fix(gemini): improve schema normalization for unions and unsupported constraints (adac1e5)
- fix(claude): use zero-based sequential index for streamed tool calls (cb8746f)
- feat(claude): support server-side web search translation for openai responses (4fa1de2)
- fix(gemini): map cached content tokens to claude cache read usage (6f6856e)
- fix(pluginhost): detach context and log rpc failures in usage handling (b7f6c15)
- feat(plugin): support observing upstream websocket response events (4b5f1ea)
Full Changelog: v7.2.142...v7.2.143