Skip to content

v7.2.152

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 07:54
c76dfd4

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

  • chore(models): remove gpt-5.4 and gpt-5.4-mini models (31ec436)
  • fix(aistudio): normalize thinking level to uppercase (9dfddd6)
  • fix(watcher): preserve concurrent file updates during auth snapshot rescans (084f25c)
  • fix(claude): avoid mid-conversation system splicing for advisor calls or results (7c2f6ce)
  • fix(codex): scope usage limit errors to credentials and parse flexible quota resets (5ab0bca)
  • feat(usage): propagate session and parent session hierarchy to usage reporting queue (580df36)
  • chore(codex): update codex user-agent to 0.153.3 (c76dfd4)

What's Changed

  • feat(usage): propagate session and parent session hierarchy to usage reporting queue by @sususu98 in #5525

Full Changelog: v7.2.151...v7.2.152