Skip to content

Releases: ssfun/CLIProxyAPI-Pro

v7.2.91-pro

Choose a tag to compare

@github-actions github-actions released this 19 Jul 19:21

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.91-pro
  • Core upstream release: v7.2.91
  • Core build version: v7.2.91-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: fde40c5a0a2f8f6808bcde498bc6079f32c355ef
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 7e3cceb

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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(executor): sanitize and drop overlong encrypted reasoning IDs in Codex input processing (fde40c5a)

Full Changelog: router-for-me/CLIProxyAPI@v7.2.90...v7.2.91

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.90-pro

Choose a tag to compare

@github-actions github-actions released this 19 Jul 13:46

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.90-pro
  • Core upstream release: v7.2.90
  • Core build version: v7.2.90-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: e47ffda75b6d55ce88462ca6e76f8ffed1c0e88a
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 2030035

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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(executor): promote additional_tools to top-level tools in XAI requests (f175c084)
  • feat(translator): implement output indexing for OpenAI response generation (b7299a3d)
  • feat(translator): handle empty response content for Claude and adjust JSON structure (cd98e9d7)
  • feat(translator): qualify function names with namespace in OpenAI response handling (07f83549)
  • feat(translator): normalize and extract OpenAI file content with MIME type (e47ffda7)

Full Changelog: router-for-me/CLIProxyAPI@v7.2.89...v7.2.90

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.89-pro

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:34

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.89-pro
  • Core upstream release: v7.2.89
  • Core build version: v7.2.89-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: 7c61e982e490f028d295d69e22e372b29cd2db8c
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 2030035

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_freebsd_aarch64_no-plugin.tar.gz is the FreeBSD arm64 build. It is built without CGO and does not support dynamic library plugins.

Changelog

  • perf(translator): build input and messages arrays in a single pass (613255e0)
  • perf(translator): build claude system and messages arrays in a single pass (3c6c7b73)
  • fix(translator): reduce Claude to Codex allocations (b3ffb116)
  • perf(translator): avoid redundant gjson array parsing (e1e2357a)
  • feat(redis): add plugin sync timeout and enhance redis options handling (b651a1a8)
  • chore(go): update golang.org/x/sys to v0.47.0 in Claude web search router (58ef846f)
  • fix(auth): update credential filename logic to include account hash (0b2ce80f)
  • feat(auth): add explicit handling for count_tokens endpoint errors and enhance model availability logic (36ed0ca5)
  • Merge pull request #4329 from mazzz1y/perf/executor (910ab83b)
  • Merge pull request #4366 from Johnnybyzhang/fix/claude-codex-allocation-fix (9f1e8904)
  • test(translator): add benchmarks for request translation performance across large histories (3c2010bc)
  • perf(translator): optimize array allocation logic and replace JoinRawArray with SetRawArrayItems methods (7c61e982)

What's Changed

New Contributors

Full Changelog: router-for-me/CLIProxyAPI@v7.2.88...v7.2.89

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.88-pro

Choose a tag to compare

@github-actions github-actions released this 18 Jul 16:07

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.88-pro
  • Core upstream release: v7.2.88
  • Core build version: v7.2.88-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: 93d74a890a44802f656d7f39a573916b2611896e
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 2030035

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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(executor): normalize Kimi upstream model ID to canonical k3 (8bafd854)
  • feat(kimi): route Claude requests through Claude executor in Kimi (70c4bd78)
  • Merge pull request #4419 from mikewong23571/fix/kimi-upstream-model-normalization (93d74a89)

What's Changed

New Contributors

Full Changelog: router-for-me/CLIProxyAPI@v7.2.87...v7.2.88

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.86-pro

Choose a tag to compare

@github-actions github-actions released this 17 Jul 22:05

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.86-pro
  • Core upstream release: v7.2.86
  • Core build version: v7.2.86-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: 81d70f5d9f3fdb39a6290ed9c917ff0c6f27ca30
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 2030035

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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(executor): add root union type normalization and extended tests (2f80cb9a)
  • feat(executor): add normalization for parallel tool calls in Codex executors (81d70f5d)

Full Changelog: router-for-me/CLIProxyAPI@v7.2.85...v7.2.86

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.85-pro

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:26

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.85-pro
  • Core upstream release: v7.2.85
  • Core build version: v7.2.85-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: baffbe2cc703fa694c0c72baad13715b9bd28e57
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 1671fd0

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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): prioritize service tier for fast responses in Claude requests (da087d7f)
  • feat(executor): implement agent-scoped cache key isolation and enhance replay handling (baffbe2c)

Full Changelog: router-for-me/CLIProxyAPI@v7.2.84...v7.2.85

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.83-pro

Choose a tag to compare

@github-actions github-actions released this 17 Jul 10:59

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.83-pro
  • Core upstream release: v7.2.83
  • Core build version: v7.2.83-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: 9f4f53ca5a4d1474e3f7eb61d6ffc984995f1f66
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 1671fd0

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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(registry): update Gemini 3.1 Flash Lite model ID and add test for validation (2366f673)
  • fix(executor): ensure top_p is removed in normalizeClaudeSamplingForUpstream (4231ad6e)
  • fix(xai): update compact request handling to use dedicated base URL (9f4f53ca)

Full Changelog: router-for-me/CLIProxyAPI@v7.2.82...v7.2.83

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.82-pro

Choose a tag to compare

@github-actions github-actions released this 17 Jul 08:28

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.82-pro
  • Core upstream release: v7.2.82
  • Core build version: v7.2.82-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: f583414fd9914f9ccfd280fc3a23aebaea30e9eb
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 26b7f61

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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(pluginstore): implement plugin synchronization and validation (5243b38a)
  • feat(tests): enhance thinking test cases with new scenarios and model updates (74a98761)
  • feat(kimi): implement native thinking object extraction and update reasoning handling (255df2db)
  • Merge pull request #4381 from router-for-me/plugin (050bec69)
  • fix(xai): rewrite image.image_url to image.url before upstream send (f82123a3)
  • Merge pull request #4387 from router-for-me/think (bb0fdbf8)
  • Merge commit 'refs/pull/4390/head' of github.com:router-for-me/CLIProxyAPI into dev (70152f49)
  • fix(xai): normalize image refs with special JSON keys (f583414f)

What's Changed

New Contributors

Full Changelog: router-for-me/CLIProxyAPI@v7.2.81...v7.2.82

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.81-pro

Choose a tag to compare

@github-actions github-actions released this 16 Jul 22:14

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.81-pro
  • Core upstream release: v7.2.81
  • Core build version: v7.2.81-pro
  • Management upstream release: v1.18.5
  • Management build version: v1.18.5-pro
  • Core upstream commit: 106270bea6f18ba2f2cc8b0b5887987f2874eed8
  • Management upstream commit: 6a6a22af85ce8763e8898c0d8641de3137f3ffd9
  • Customization commit: 5b8f617

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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(kimi): use dynamic version from buildinfo for API headers (106270be)

Full Changelog: router-for-me/CLIProxyAPI@v7.2.80...v7.2.81

Management upstream release notes

  • 6a6a22a fix(kimi): add domestic base URLs and update protocol mappings

v7.2.80-pro

Choose a tag to compare

@github-actions github-actions released this 15 Jul 22:13

CLIProxyAPI Pro release built from the latest core and management upstream releases.

Version mapping

  • Release tag: v7.2.80-pro
  • Core upstream release: v7.2.80
  • Core build version: v7.2.80-pro
  • Management upstream release: v1.18.4
  • Management build version: v1.18.4-pro
  • Core upstream commit: 09da52ad509e2c18e7b9540db3b98c2214c280aa
  • Management upstream commit: abcd70f289fa56b34a957db14ac1871e1543a5f2
  • Customization commit: 5573519

Assets

  • Pro core default desktop/Linux binaries are built with CGO enabled and support dynamic library plugins when the target platform supports them.
  • Pro core _no-plugin binaries are CGO-free portable builds for static or constrained environments.
  • Pro Docker images follow upstream with CGO-enabled Debian builds and dynamic library plugin support.
  • Pro management panel is published as management.html for automatic panel updates.

Core upstream release notes

Linux release assets

  • CLIProxyAPI_<version>_linux_<arch>.tar.gz is 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.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_<version>_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: publish usage event for xAI images/generations path (9f500aef)
  • Merge remote-tracking branch 'origin/pr-4344' into dev (3cb2d27d)
  • fix: complete xAI image usage reporting (466cee6e)
  • feat(translator): improve error handling and response conversion for incomplete statuses (09da52ad)

What's Changed

New Contributors

Full Changelog: router-for-me/CLIProxyAPI@v7.2.79...v7.2.80

Management upstream release notes

  • abcd70f fix(auth-files): block OAuth writes after load failures
  • e3fa19b fix(auth-files): isolate inline quota responses
  • 291f15c fix(providers): isolate recent usage cache by connection
  • 4e0af8c fix(providers): keep FennoAI OpenAI configs visible
  • 5b62fa1 fix(providers): preserve custom sponsor endpoints
  • f324135 fix(kimi): use versioned OpenAI base URL
  • f860bc8 feat: add theme surface support for Kimi provider and update related styles
  • 36681ce feat: add dark theme support for featured card icon background
  • 72c13c0 feat: update Kimi sign-up button text and styles in OAuth page
  • bb48387 feat: add quick sign-up button for Kimi in OAuth page and update related styles
  • 339529f refactor: remove recommended provider badge and section title from OAuthPage
  • 6a8319d fix: remove unnecessary gradient background from featuredCard
  • e2aa494 feat: add recommended provider section and update Kimi login text in OAuth page
  • 7fb5890 feat: swap light and dark icons for Kimi provider across multiple components
  • b2c8490 feat(kimi): add Kimi provider support with configuration, resource handling, and localization
  • 5d24c6f feat(xai): add support for xAI provider including configuration, resource handling, and API integration