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(codex): add model-level
is-compatflag to rewrite MultiAgentV2agent_messagefor Responses-compatible endpoints (e5ea945) - feat(codex): add model-level
is-compatflag to rewrite MultiAgentV2agent_messagefor Responses-compatible endpoints (7fef08e) - fix(responses): correct request wrapper detection in antigravity response conversion (94808f1)
- fix(responses): translate
text.formatintoresponse_formatin request conversion (2e91e99) - fix(auth): preserve session affinity across priorities (65fc536)
- feat(compat): preserve compat-mode thinking/signature blocks for API-key models (dcee14d)
- fix(responses): merge consecutive OpenAI response turns and align tool call/result blocks for Claude conversion (f1a21a9)
- fix(claude): accumulate consecutive role turns during request conversion (71e8711)
- fix(openai): expose only client-fault streaming errors (fe28d58)
- fix(auth): avoid penalizing credentials for client faults (c1d69e7)
- fix(auth): rotate credentials for unknown upstream failures (579f5e3)
- fix(api): escape the model name in the unroutable model error (b148af8)
- fix(cliproxy): canonicalize thinking-suffix model states for cooldown and scheduler sharing (1674aaf)
- fix(cliproxy): avoid credential cooldown for connection-lifecycle disconnect errors (8392b18)
What's Changed
- fix(auth): preserve session affinity across priorities by @sususu98 in #4809
- fix(openai): classify streaming failures by client fault instead of HTTP status by @sususu98 in #4820
Full Changelog: v7.2.120...v7.2.121