Linux release assets
CLIProxyAPI_<version>_linux_<arch>.tar.gzis 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.gzis 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.gzis the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.
Changelog
- fix(docs): remove Infistar.ai sponsorship details from README files (d198db5)
- fix(claude): default function parameters for tools without input schema (6e1f9ec)
- fix(antigravity): normalize gemini responseJsonSchema to responseSchema (dc21a42)
- fix(claude): align beta assembly and Haiku helper transport with the measured 2.1.258 (280b96a)
- fix(claude): attach helper request IDs according to the upstream base (35a4723)
- feat(kimi): support openai responses api (d4146bd)
- fix(antigravity): include resolved pool settings in transport cache key (68dd99d)
- fix(claude): enforce sequential content blocks for interleaved streaming tool calls (ef99119)
- fix(auth): cap refresh loop timer wait duration (48e5e9e)
- fix(claude): map codex reasoning tokens to thinking tokens (e365ab0)
- feat(session): enhance harness hierarchy recognition and deduplicate selector extraction (3905891)
- feat(usage): normalize reported session hierarchy to canonical UUIDv8 (6b187e7)
- fix(plugin-store): only check releases for installed update sources (1c9d719)
- fix(auth): strip monotonic clock reading from quota cooldown deadlines (1d5f7b2)
- fix(plugin-store): coalesce and throttle cached release checks (54b17ce)
- fix(plugin-store): honor shared GitHub API rate-limit cooldowns (8c0ad8c)
- feat(auth): export helper functions for headless antigravity oauth (20e3f73)
- perf(antigravity): batch functionResponse name repairs (d8f2dce)
- fix(plugin-store): add network scope handling for shared GitHub API cooldowns (3639d92)
- fix(api): skip access logging for health probes (e026cbf)
- fix(session): harden canonical UUIDv8 normalization for empty prefixes and context roots (1119ef1)
- fix(logging): silence only successful health probes (a163c5e)
- Merge pull request #5625 from router-for-me/fix/issue-5608-plugin-store-rate-limit (f39702a)
- fix(gemini): normalize responses tool call outputs and resolve alternate call ids (d0bb908)
- Merge pull request #5626 from nichaoshou/fix/healthz-access-log (454452d)
- feat(plugin): preserve raw json in management responses on schema version 6 (c6327a8)
- fix(gemini): reorder trailing text before function responses in user turns (4fde97f)
- fix(codex): strip schema dialect keywords from tool parameters (7fac6b1)
What's Changed
- fix(claude): align beta assembly and helper transport with the measured 2.1.258 by @HYEONMIN94 in #5412
- feat(session): enhance harness hierarchy recognition, deduplicate selector, and normalize usage to UUIDv8 by @sususu98 in #5622
- perf(antigravity): batch functionResponse name repairs by @rome-xi in #5582
- fix(plugin-store): reduce release checks and honor shared GitHub rate-limit cooldowns by @LTbinglingfeng in #5625
- fix(logging): silence successful health probes while preserving errors by @nichaoshou in #5626
New Contributors
- @HYEONMIN94 made their first contribution in #5412
- @nichaoshou made their first contribution in #5626
Full Changelog: v7.2.154...v7.2.155