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
- feat(auth): enhance retry logic with enriched error handling and tests (6724a95)
- fix(interactions): strip invalid id from function_result and redundant call_id from function_call (f51d3ae)
- Merge pull request #5830 from router-for-me/fix/issue-5828-gemini-interactions-tool-result-id (10d464d)
- feat(translator): enhance finish reason handling and tool call translations (6f908cb)
- feat(translator): enhance cache usage handling and input token computation logic (e54a8e9)
- feat(translator): introduce namespace-aware tool name capping and collision handling (e3e97ad)
- fix(devin): support swe-1-6-slow model variant (dea4ce8)
- feat(antigravity): support web search translation and URL resolution in OpenAI Responses (ef63d2e)
- feat(translator): preserve tool names in tool result messages (7def842)
- fix(devin): classify high-demand errors as rate limits (d44901f)
- Merge pull request #5867 from avabbbb/fix/devin-swe-1-6-slow (44f8343)
- fix(executor): prevent stream failure on client disconnect after claude completion (7c32971)
- Merge pull request #5862 from sususu98/feat/antigravity-websearch (8c6d4dc)
- feat(translator): enhance web search streaming and citation mapping in OpenAI Responses (7fcbdf8)
- Merge pull request #5870 from avabbbb/fix/devin-high-demand-rate-limit (4613cfd)
- feat(translator): support alternative reasoning fields in OpenAI Claude translation (77820cb)
- fix(devin): buffer content deltas to handle late thinking signatures (c2bb91d)
- feat(translator): wrap demoted mid-session system messages in system-reminder envelope (b681a1e)
What's Changed
- fix(interactions): strip invalid id from function_result and redundant call_id from function_call by @sususu98 in #5830
- fix(devin): support swe-1-6-slow model variant by @avabbbb in #5867
- feat(antigravity): support web search translation and URL resolution in OpenAI Responses by @sususu98 in #5862
- fix(devin): classify high-demand errors as rate limits by @avabbbb in #5870
New Contributors
Full Changelog: v7.3.4...v7.3.5