Skip to content

v7.2.123

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 14:39
31a4e9b

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.gz is 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.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.

Changelog

  • feat(docs): add Infistar.ai sponsorship information and logo to documentation (148eff2)
  • fix(xai): remap bad-credentials 403s to unauthorized (dd67f56)
  • chore(.gitignore): add missing entries for AGENTS.override.md, .gocache, and .gitnexus (a4a8773)
  • Merge branch 'docs/add-infistar-sponsor' into dev (9e9230a)
  • fix(.gitignore): update .llm-wiki entry to exclude trailing slash (d40bd77)
  • Prevent large Gemini payloads from being duplicated during normalization (34364ff)
  • Reduce Codex request amplification for large payloads (c30e60a)
  • Revert "docs: remove AICodeMirror sponsor section from all READMEs and delete its logo asset" (035f548)
  • fix(cliproxy): preserve route model on built-in selector cooldown errors (31a4e9b)

What's Changed

  • perf: avoid large Gemini and Codex request copies by @websprit in #4832

New Contributors

Full Changelog: v7.2.122...v7.2.123