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(claude): synthesize belated tool_use starts for empty-name calls (37609fa)
- fix(cliproxy): centralize client error status mapping and apply context cancellation/deadline HTTP codes (4b3cc55)
- fix(kimi): canonicalize K2.7 Code model aliases to official Kimi-For-Coding IDs (3693634)
- fix(codex): resolve credential-aware model before forwarding API-key alpha search requests (e64cdbf)
- fix(cliproxy): delegate OpenAI-compatible OAuth refresh to plugin auth providers (01a21b7)
- fix(cliproxy): stop non-streaming keep-alive after OpenAI handler execution (9829bd9)
- fix(codex): deduplicate Responses tools when converting to OpenAI Chat Completions (aff2095)
- feat(signature): identify Kimi thinking signatures by fixed size (8558f44)
- feat(signature): add Grok as a target-only provider family (4abb0e6)
- fix(codex): normalize
custom_tool_callIDs withctc_prefix during Codex input sanitization (197f520)
What's Changed
- feat(signature): identify Kimi thinking signatures and scope Grok as target-only by @sususu98 in #4835
Full Changelog: v7.2.123...v7.2.124