v7.2.21
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(translator): attach
reasoning_contentto assistant and tool messages in OpenAI response conversion (1b849b6) - chore(deps): bump
github.com/jackc/pgx/v5from v5.7.6 to v5.9.2 (1581700) - feat(translator): preserve
input_audiofields in OpenAI request conversions (51aa5ba) - feat(translator): defer Codex function call starts until function name is available (34639c3)
- feat(schema): add removal of
$commentandenumDescriptionsin JSON schema processing (c44d4fc) - feat(auth): unify provider key handling with OpenAI compatibility support (4c78e40)
Full Changelog: v7.2.20...v7.2.21