Skip to content

v7.2.73

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 21:13
2a63b27

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(codex): gate tool search by model providers (ceaeb75)
  • fix(codex): require model template for tool search (e73aad2)
  • Merge pull request #4278 from huahai0202/fix/disable-custom-tool-search (7efe8b3)
  • fix(xai): normalize custom tool call history (7bb8132)
  • perf(executor): avoid O(n^2) rebuilds when sanitizing reasoning encrypted_content (#4281) (7f6d491)
  • fix(xai): filter internal X search calls (caa93a7)
  • fix(executor): strip orphan reasoning ids when store is disabled (#4285) (194fbce)
  • perf(xai): reuse parsed input array (4651c37)
  • Merge pull request #4284 from vvanglro/codex/fix-xai-x-search-history-4282 (4fd81f9)
  • feat(xai): enhance response filtering with client-declared tool support to distinguish internal X Search traces (a5577cc)
  • feat(xai): add xAI API key support with comprehensive handling and tests (423f3d5)
  • fix(xai): sync allowed_tools and prune orphaned choices for x_search inject (a9831c8)
  • fix(release): rename GOARCH to TARGET_GOARCH in release workflow to resolve variable mismatch during FreeBSD builds (2a63b27)

What's Changed

  • fix(codex): 仅为有模板的纯 Codex 路由保留 tool search by @huahai0202 in #4278
  • perf(executor): avoid O(n^2) rebuilds when sanitizing reasoning encrypted_content by @mazzz1y in #4281
  • fix(executor): strip orphan reasoning ids when store is disabled by @sususu98 in #4285
  • fix(xai): normalize custom tool call history by @vvanglro in #4284

New Contributors

Full Changelog: v7.2.72...v7.2.73