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(openai): handle premature SSE stream termination with terminal error emission (522b4de)
- fix(codex): preserve multi-agent-v2 namespace handling across incremental websocket turns (b08fe3b)
- feat(management): add request-scoped proxy override for APICall (17a479a)
- fix(kimi): select upstream request format from source format (Claude/OpenAI) (a2337be)
- fix(openai): refactor websocket responses request merge/repair path (c845ce1)
- fix(codex): strip unsupported prompt_cache_options from OpenAI Responses requests (2ab25ea)
- fix(claude): recover OAuth tool names with duplicated server alias prefixes (5b5f428)
- fix(codex): clear multi-agent-v2 optimization state on namespace conflicts (133047d)
- fix(codex): normalize request session header to
Session-Idand preload codex headers (f43aad7)
Full Changelog: v7.2.129...v7.2.130