Skip to content

v7.2.52

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 20:38
14b1396

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

  • fix(auth): handle invalid_grant errors with retry suspension logic (3aa42a6)
  • test(executor): add unit test to validate complete SSE event passthrough in Claude executor (ab6ed39)
  • feat(translator): enhance Claude tool response handling with structured content parsing (dc77bf4)
  • feat(openai): add support for input/output modalities in Codex client models (078ed17)
  • fix(executor): map message_too_big WebSocket errors to structured API responses (4f157fb)
  • refactor(executor): centralize OpenAI stream usage handling with StreamUsageBuffer (dea4787)
  • refactor(translator): simplify response logic and enhance thinking compatibility handling (14b1396)

Full Changelog: v7.2.51...v7.2.52