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(translator): deduct cache_write_tokens from input_tokens in openai/codex to claude (#5956) (883660f)
- Merge pull request #5962 from router-for-me/fix/issue-5956-cache-write-deduction (12773e7)
- fix(translator): align tool choice mapping and enforce fail-closed handling (49eec66)
- feat(translator): support strict tool mode mapping for gemini and claude (f247e2b)
- fix(translator): preserve constraints and additionalProperties in gemini parametersJsonSchema (b532db9)
- fix(management): reconcile expired cooldowns to active status in auth files (b4ff581)
- feat(management): support priority field in claude key patch (93b94d2)
- feat(executor): support duplex streaming for codex websockets (42c9680)
- fix(pluginhost): preserve http status codes in host callback and execution errors (1c87874)
- feat(translator): support multimodal audio, video, and file inputs in responses to gemini (61fdfc3)
What's Changed
- fix(translator): deduct cache_write_tokens from input_tokens in openai/codex to claude (#5956) by @sususu98 in #5962
Full Changelog: v7.3.8...v7.3.9