|
| 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.21 |
| 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 | + - feat(translator): attach reasoning_content to assistant and tool messages in OpenAI response conversion (1b849b6d) |
| 41 | + - chore(deps): bump github.com/jackc/pgx/v5 from v5.7.6 to v5.9.2 (15817006) |
| 42 | + - feat(translator): preserve input_audio fields in OpenAI request conversions (51aa5ba9) |
| 43 | + - feat(translator): defer Codex function call starts until function name is available (34639c3c) |
| 44 | + - feat(schema): add removal of $comment and enumDescriptions in JSON schema processing (c44d4fcc) |
| 45 | + - feat(auth): unify provider key handling with OpenAI compatibility support (4c78e40d) |
| 46 | + Full Changelog: https://github.com/router-for-me/CLIProxyAPI/compare/v7.2.20...v7.2.21 |
| 47 | +ReleaseNotesUrl: https://github.com/router-for-me/CLIProxyAPI/releases/tag/v7.2.21 |
| 48 | +ManifestType: defaultLocale |
| 49 | +ManifestVersion: 1.12.0 |
0 commit comments