Skip to content

v7.2.113

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 05:16
bc71c77

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: add sponser LMU (d9460a8)
  • feat(executor): introduce Kimi Thinking Replay cache and continuity mechanisms (8c37dd9)
  • feat(codex): add Alpha Search API key support with configurable endpoint (198a267)
  • feat(translator): enhance OpenAI response handling for structured tool outputs (4d498ec)
  • feat(executor): add conditional support for Claude fast mode beta (3d4e160)
  • feat(config): add support-prompt-cache-key option for OpenAI compatibility (08eb05a)
  • fix(codex): align websocket cloaking headers (91561df)
  • Merge pull request #4707 from sususu98/fix/codex-websocket-cloaking (bc71c77)

What's Changed

Full Changelog: v7.2.112...v7.2.113