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): prepare multi-agent v2 tool definitions at the Responses boundary for Codex clients (7fe8473)
- fix(usage): account for Claude thinking tokens (8cf1d46)
- Merge pull request #4767 from sususu98/fix/claude-thinking-tokens-usage (8d65350)
- fix(codex): set
multi_agent_versionto v2 when optimizeMultiAgentV2 is enabled (4f5ec10) - fix(codex): preserve base64 PDF document blocks when converting Claude requests to Codex (44d5e0b)
- chore: add .pi to .gitignore (50e2a99)
- feat(api): add Grok Shell-aware
/v1/modelshandling with dedicated model response formatting (b782d43) - fix(responses): preserve original request model on response.created/response.in_progress payloads (9b8d974)
- fix(responses): always emit
response.usage.output_tokens_details.reasoning_tokens(82d6242)
What's Changed
Full Changelog: v7.2.116...v7.2.117