Skip to content

v7.2.130

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 10:30
f43aad7

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(openai): handle premature SSE stream termination with terminal error emission (522b4de)
  • fix(codex): preserve multi-agent-v2 namespace handling across incremental websocket turns (b08fe3b)
  • feat(management): add request-scoped proxy override for APICall (17a479a)
  • fix(kimi): select upstream request format from source format (Claude/OpenAI) (a2337be)
  • fix(openai): refactor websocket responses request merge/repair path (c845ce1)
  • fix(codex): strip unsupported prompt_cache_options from OpenAI Responses requests (2ab25ea)
  • fix(claude): recover OAuth tool names with duplicated server alias prefixes (5b5f428)
  • fix(codex): clear multi-agent-v2 optimization state on namespace conflicts (133047d)
  • fix(codex): normalize request session header to Session-Id and preload codex headers (f43aad7)

Full Changelog: v7.2.129...v7.2.130