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: add sponser LMU (d9460a8)
- feat(executor): introduce Kimi Thinking Replay cache and continuity mechanisms (8c37dd9)
- feat(codex): add Alpha Search API key support with configurable endpoint (198a267)
- feat(translator): enhance OpenAI response handling for structured tool outputs (4d498ec)
- feat(executor): add conditional support for Claude fast mode beta (3d4e160)
- feat(config): add
support-prompt-cache-keyoption for OpenAI compatibility (08eb05a) - fix(codex): align websocket cloaking headers (91561df)
- Merge pull request #4707 from sususu98/fix/codex-websocket-cloaking (bc71c77)
What's Changed
Full Changelog: v7.2.112...v7.2.113