v7.2.143
Added 2
- Support server-side web search translation for openai responses
- Support observing upstream websocket response events
Fixed 8
- Update Infistar registration links in README files
- Allow home config to override default port
- Inline local refs and broaden codex app tool normalization
- Fold namespace tools and restore dispatcher tool calls
- Improve schema normalization for unions and unsupported constraints
- Use zero-based sequential index for streamed tool calls
- Map cached content tokens to claude cache read usage
- Detach context and log rpc failures in usage handling
From CLIProxyAPI
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 (ba200aef)
- fix(home): allow home config to override default port (1502ac82)
- fix(xai): inline local refs and broaden codex app tool normalization (2555cde2)
- fix(xai): fold namespace tools and restore dispatcher tool calls (9b88808f)
- fix(gemini): improve schema normalization for unions and unsupported constraints (adac1e58)
- fix(claude): use zero-based sequential index for streamed tool calls (cb8746fb)
- feat(claude): support server-side web search translation for openai responses (4fa1de2f)
- fix(gemini): map cached content tokens to claude cache read usage (6f6856e7)
- fix(pluginhost): detach context and log rpc failures in usage handling (b7f6c15f)
- feat(plugin): support observing upstream websocket response events (4b5f1eab)
Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.142...v7.2.143