v7.2.149
Added 3
- Derive distinct branch session ID, parent lineage on Merkle LCP forks, and enhance Codex fork/subagent affinity
- Support orphan delegation compatibility via orphan-delegation-compatibility
- Send periodic ping control frames during responses websocket streaming
Fixed 1
- Prevent individual model quota cooldowns from blocking credential
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(auth): prevent individual model quota cooldowns from blocking credential (09471dd9)
- feat(session): derive distinct branch session ID, parent lineage on Merkle LCP forks, and enhance Codex fork/subagent affinity (#5418) (#5454) (e899f0e5)
- chore: remove sponsorship images for Claude API and Code0 from README files (ebbce50e)
- feat: 添加 AxisNow 赞助信息及相关图像到 README 文件 (699b0659)
- feat: add Swiftproxy Sponser (93f5266b)
- feat(codex): support orphan delegation compatibility via orphan-delegation-compatibility (291cfb87)
- feat(openai): send periodic ping control frames during responses websocket streaming (2a6b87ac)
What's Changed
- feat(session): derive distinct branch session ID, parent lineage on Merkle LCP forks, and enhance Codex fork/subagent affinity (#5418) by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/5454
Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.148...v7.2.149