# CLIProxyAPI v7.2.130 - Product: CLIProxyAPI (https://whatsnew.fyi/product/cliproxyapi) - Vendor: router-for-me - Date: 2026-08-12 - Version: v7.2.130 - Original notes: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.130 - Permalink: https://whatsnew.fyi/product/cliproxyapi/releases/v7.2.130 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — handle premature SSE stream termination with terminal error emission in OpenAI - **fixed** — preserve multi-agent-v2 namespace handling across incremental websocket turns in Codex - **added** — add request-scoped proxy override for APICall in management - **fixed** — select upstream request format from source format (Claude/OpenAI) in Kimi - **fixed** — refactor websocket responses request merge/repair path in OpenAI - **fixed** — strip unsupported prompt_cache_options from OpenAI Responses requests in Codex - **fixed** — recover OAuth tool names with duplicated server alias prefixes in Claude - **fixed** — clear multi-agent-v2 optimization state on namespace conflicts in Codex - **fixed** — normalize request session header to Session-Id and preload codex headers in Codex ##### Linux release assets - `CLIProxyAPI__linux_.tar.gz` is the default Linux build. It supports dynamic library plugins and is built against a GLIBC 2.17 baseline. - `CLIProxyAPI__linux__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__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(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-Id` and preload codex headers (f43aad76) **Full Changelog**: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.129...v7.2.130