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): finalize open response items on
[DONE]when final chunk lacksfinish_reason(4906ead) - fix(openai,claude): normalize Responses custom tool-call identity with shared namespace handling (3741184)
- fix(codex): forward sequential cutoff reasoning summaries (5314b29)
- fix(codex): normalize
custom_tool_call_outputIDs withctco_prefix during Codex input sanitization (673bac5) - Merge pull request #4865 from shoucandanghehe/fix/codex-sequential-cutoff-summary (6710a5a)
- fix(xai): normalize forced web_search
tool_choiceduring Responses request prep (a6825fe)
What's Changed
- fix(codex): forward sequential cutoff reasoning summaries by @shoucandanghehe in #4865
Full Changelog: v7.2.125...v7.2.126