# CLIProxyAPI v7.2.148 - Product: CLIProxyAPI (https://whatsnew.fyi/product/cliproxyapi) - Vendor: router-for-me - Date: 2026-09-03 - Version: v7.2.148 - Original notes: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.148 - Permalink: https://whatsnew.fyi/product/cliproxyapi/releases/v7.2.148 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'. --- - **added** — Support cache write tokens in claude responses - **added** — Add claude fable 5.1 and gemini 3.8 flash models - **added** — Use home model capabilities for thinking - **added** — Make subagent session affinity configurable via session-affinity-subagents - **changed** — Upgrade default Claude Code baseline and fingerprint to 2.1.258 - **changed** — Use request thinking helper for kimi - **fixed** — Support native thinking signatures without prefixes in claude translator - **fixed** — Retry model fetching per endpoint and prioritize daily base url - **fixed** — Preserve unsigned gemini thinking blocks with trailing carriers - **fixed** — Harden concurrent session handling, listener lifecycle, and token accounting - **fixed** — Strip tool config, labels, and session id in token counting - **fixed** — Bypass quota cooldowns and credit hints when cooling is disabled - **fixed** — Validate access token expiration and retain valid credentials on refresh failure - **fixed** — Map user_credits_insufficient to 402 and user_period_limit_exceeded to 429 - **fixed** — Enforce minimum cooldown floor and track attempted credentials on 429 - **fixed** — Preserve home model capability metadata - **fixed** — Clear unsupported reasoning levels - **removed** — Remove minimal level from dynamic_allowed definitions in models ##### 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 - feat(translator): support cache write tokens in claude responses (893abbab) - fix(antigravity): support native thinking signatures without prefixes in claude translator (15231e9f) - fix(antigravity): retry model fetching per endpoint and prioritize daily base url (c2834b68) - fix(antigravity): preserve unsigned gemini thinking blocks with trailing carriers (8deeb4ac) - fix: harden concurrent session handling, listener lifecycle, and token accounting (02c02cda) - fix(antigravity): strip tool config, labels, and session id in token counting (d0fb44ca) - fix(antigravity): bypass quota cooldowns and credit hints when cooling is disabled (272c1cff) - feat(registry): add claude fable 5.1 and gemini 3.8 flash models (dacae582) - chore(registry): remove "minimal" level from dynamic_allowed definitions in models (bdcccfb8) - fix(auth): validate access token expiration and retain valid credentials on refresh failure (9812b1e7) - fix(home): map user_credits_insufficient to 402 and user_period_limit_exceeded to 429 (f416175f) - fix(auth): enforce minimum cooldown floor and track attempted credentials on 429 (18e01a76) - fix(claude): upgrade default Claude Code baseline and fingerprint to 2.1.258 (df7e04ea2) - fix(models): preserve home model capability metadata (1ecf0cb6) - feat(auth): use home model capabilities for thinking (6ff680e9) - refactor(kimi): use request thinking helper (c6dd8214) - fix(codex): clear unsupported reasoning levels (cdda333c) - Merge pull request #5436 from router-for-me/models (63fdd77f) - feat(routing): make subagent session affinity configurable via session-affinity-subagents (d577e630) ##### What's Changed * fix(models): apply Home-provided model capabilities during execution by @hkfires in https://github.com/router-for-me/CLIProxyAPI/pull/5436 **Full Changelog**: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.147...v7.2.148