v7.2.130
Added 1
- add request-scoped proxy override for APICall in management
Fixed 8
- handle premature SSE stream termination with terminal error emission in OpenAI
- preserve multi-agent-v2 namespace handling across incremental websocket turns in Codex
- select upstream request format from source format (Claude/OpenAI) in Kimi
- refactor websocket responses request merge/repair path in OpenAI
- strip unsupported prompt_cache_options from OpenAI Responses requests in Codex
- recover OAuth tool names with duplicated server alias prefixes in Claude
- clear multi-agent-v2 optimization state on namespace conflicts in Codex
- normalize request session header to Session-Id and preload codex headers in Codex
From CLIProxyAPI
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(openai): handle premature SSE stream termination with terminal error emission (522b4de5)
- fix(codex): preserve multi-agent-v2 namespace handling across incremental websocket turns (b08fe3b4)
- feat(management): add request-scoped proxy override for APICall (17a479a8)
- fix(kimi): select upstream request format from source format (Claude/OpenAI) (a2337beb)
- fix(openai): refactor websocket responses request merge/repair path (c845ce15)
- fix(codex): strip unsupported prompt_cache_options from OpenAI Responses requests (2ab25eae)
- fix(claude): recover OAuth tool names with duplicated server alias prefixes (5b5f428a)
- fix(codex): clear multi-agent-v2 optimization state on namespace conflicts (133047de)
- fix(codex): normalize request session header to
Session-Idand preload codex headers (f43aad76)
Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.129...v7.2.130