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
- perf(codex): avoid discarded copies of SSE data lines (cbf8318)
- perf(codex): batch tool schema rewrites (5651848)
- perf: index Responses tools and cache stream request validation (8a6a396)
- feat(models): add grok-4.7 model definition (130c879)
- chore(models): drop gpt-5.3-codex-spark from the embedded catalog (94b7cc2)
- style: gofmt codex bootstrap and cache-control tests (bf44a7f)
- fix(models): set grok-4.7 max completion to the context window (b9b50a8)
- feat(executor): support execution-scoped request proxy overrides (d582067)
- Merge pull request #5680 from cookerpapa/perf/codex-tool-schema-batch (7f63f8c)
- Merge pull request #5990 from jack-5566/fix/responses-request-cache-pr (5083f65)
- perf(executor): reuse identical Claude and Gemini request translations (639b7f1)
- Merge pull request #5678 from cookerpapa/perf/codex-stream-copy (f6d582c)
- perf(executor): avoid discarded copies of Gemini and Kimi stream lines (a26cf2a)
- fix(gemini): preserve items for uppercase ARRAY type in schema sanitizer (2eb8dd1)
What's Changed
- perf(codex): batch tool schema rewrites by @cookerpapa in #5680
- perf: cache Responses request validation and index tool declarations by @jack-5566 in #5990
- perf(codex): avoid discarded copies of SSE data lines by @cookerpapa in #5678
New Contributors
- @jack-5566 made their first contribution in #5990
Full Changelog: v7.3.11...v7.3.12