Skip to content

Commit cdbc1f6

Browse files
authored
New version: LuisPater.CLIProxyAPI version 7.2.73 (microsoft#401871)
1 parent 478c89b commit cdbc1f6

4 files changed

Lines changed: 114 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: LuisPater.CLIProxyAPI
5+
PackageVersion: 7.2.73
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: cli-proxy-api.exe
10+
Commands:
11+
- cli-proxy-api
12+
ReleaseDate: 2026-07-13
13+
Installers:
14+
- Architecture: x64
15+
InstallerUrl: https://github.com/router-for-me/CLIProxyAPI/releases/download/v7.2.73/CLIProxyAPI_7.2.73_windows_amd64.zip
16+
InstallerSha256: 02F87ED812C4E00622A08060F7CE7AFB45F205BD30728E74146D412BA22FDB11
17+
ManifestType: installer
18+
ManifestVersion: 1.12.0
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: LuisPater.CLIProxyAPI
5+
PackageVersion: 7.2.73
6+
PackageLocale: en-US
7+
Publisher: Luis Pater
8+
PublisherUrl: https://github.com/router-for-me
9+
PublisherSupportUrl: https://github.com/router-for-me/CLIProxyAPI/issues
10+
Author: Luis Pater
11+
PackageName: CLI Proxy API
12+
PackageUrl: https://github.com/router-for-me/CLIProxyAPI
13+
License: MIT
14+
LicenseUrl: https://github.com/router-for-me/CLIProxyAPI/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2026 Luis Pater
16+
ShortDescription: Wrap Gemini CLI, ChatGPT Codex as an OpenAI/Gemini/Claude compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5 model through API
17+
Description: |-
18+
A proxy server that provides OpenAI/Gemini/Claude compatible API interfaces for CLI.
19+
It now also supports OpenAI Codex (GPT models) and Claude Code via OAuth.
20+
so you can use local or multi‑account CLI access with OpenAI‑compatible clients and SDKs.
21+
Now, We added the first Chinese provider: Qwen Code.
22+
Tags:
23+
- ai
24+
- chatbot
25+
- chatgpt
26+
- claude
27+
- claude-code
28+
- codex
29+
- gemini
30+
- large-language-model
31+
- llm
32+
- openai
33+
ReleaseNotes: |-
34+
Linux release assets
35+
- 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.
36+
- 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.
37+
FreeBSD release assets
38+
- 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.
39+
Changelog
40+
- fix(codex): gate tool search by model providers (ceaeb75d)
41+
- fix(codex): require model template for tool search (e73aad2e)
42+
- Merge pull request #4278 from huahai0202/fix/disable-custom-tool-search (7efe8b39)
43+
- fix(xai): normalize custom tool call history (7bb81328)
44+
- perf(executor): avoid O(n^2) rebuilds when sanitizing reasoning encrypted_content (#4281) (7f6d491e)
45+
- fix(xai): filter internal X search calls (caa93a7f)
46+
- fix(executor): strip orphan reasoning ids when store is disabled (#4285) (194fbce4)
47+
- perf(xai): reuse parsed input array (4651c370)
48+
- Merge pull request #4284 from vvanglro/codex/fix-xai-x-search-history-4282 (4fd81f90)
49+
- feat(xai): enhance response filtering with client-declared tool support to distinguish internal X Search traces (a5577cc6)
50+
- feat(xai): add xAI API key support with comprehensive handling and tests (423f3d5f)
51+
- fix(xai): sync allowed_tools and prune orphaned choices for x_search inject (a9831c84)
52+
- fix(release): rename GOARCH to TARGET_GOARCH in release workflow to resolve variable mismatch during FreeBSD builds (2a63b271)
53+
What's Changed
54+
- fix(codex): 仅为有模板的纯 Codex 路由保留 tool search by @huahai0202 in https://github.com/router-for-me/CLIProxyAPI/pull/4278
55+
- perf(executor): avoid O(n^2) rebuilds when sanitizing reasoning encrypted_content by @mazzz1y in https://github.com/router-for-me/CLIProxyAPI/pull/4281
56+
- fix(executor): strip orphan reasoning ids when store is disabled by @sususu98 in https://github.com/router-for-me/CLIProxyAPI/pull/4285
57+
- fix(xai): normalize custom tool call history by @vvanglro in https://github.com/router-for-me/CLIProxyAPI/pull/4284
58+
New Contributors
59+
- @mazzz1y made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/4281
60+
- @vvanglro made their first contribution in https://github.com/router-for-me/CLIProxyAPI/pull/4284
61+
Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.72...v7.2.73
62+
ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.73
63+
ManifestType: defaultLocale
64+
ManifestVersion: 1.12.0
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: LuisPater.CLIProxyAPI
5+
PackageVersion: 7.2.73
6+
PackageLocale: zh-CN
7+
ShortDescription: 封装 Gemini CLI 和 ChatGPT Codex 为兼容 OpenAI/Gemini/Claude 的 API 服务,让您通过 API 畅享免费的 Gemini 2.5 Pro 和 GPT 5 模型
8+
Description: |-
9+
一个为 CLI 提供 OpenAI/Gemini/Claude 兼容 API 接口的代理服务器。
10+
现已支持通过 OAuth 登录接入 OpenAI Codex(GPT 系列)和 Claude Code。
11+
可与本地或多账户方式配合,使用任何 OpenAI 兼容的客户端与 SDK。
12+
现在,我们添加了第一个中国提供商:Qwen Code。
13+
Tags:
14+
- chatgpt
15+
- claude
16+
- claude-code
17+
- codex
18+
- gemini
19+
- openai
20+
- 人工智能
21+
- 大语言模型
22+
- 聊天机器人
23+
ManifestType: locale
24+
ManifestVersion: 1.12.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: LuisPater.CLIProxyAPI
5+
PackageVersion: 7.2.73
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)