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(codex): recognize codex_exec user agent for multi-agent v2 optimization (923a8c3)
- docs(readme): update links after GitHub username change (cfeeeb3)
- Merge pull request #5725 from ztzpro/main (87561b6)
- Merge pull request #5696 from cookerpapa/docs/picloud-related-project (12b496b)
- Merge pull request #5509 from trukhinyuri/fix/codex-exec-user-agent (c8ec91f)
- fix(executor): strip relayed tool result images for text-only models (c4982e8)
- test(executor): use metaUserAgent constant in meta executor test (311efcb)
- fix(schema): strip unsupported schema identifier keywords (f668ac4)
- Merge pull request #5889 from kinka/docs/add-cc-status-line (1bb8895)
- feat(translator): preserve model metadata in requests (a9e92b8)
- fix(devin): filter automation update tools and sanitize tool descriptions (ad088a8)
- Merge pull request #5896 from router-for-me/translator (8c664b2)
What's Changed
- docs(readme): update links after GitHub username change by @ztzpro in #5725
- docs: add PiCloud to related projects by @cookerpapa in #5696
- fix(codex): recognize codex_exec user agent for multi-agent v2 optimization by @trukhinyuri in #5509
- docs: add cc-status-line to community projects by @kinka in #5889
- feat(translator): preserve model metadata in requests by @hkfires in #5896
New Contributors
- @cookerpapa made their first contribution in #5696
- @trukhinyuri made their first contribution in #5509
- @kinka made their first contribution in #5889
Full Changelog: v7.3.5...v7.3.6