From 7410494645e0413e1fe919ddfe7f7b137f852fcb Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 21 May 2026 11:05:29 +0800 Subject: [PATCH] feat: remove Kimi For Coding preset from Codex The Kimi For Coding preset pins users to a single coding-only model (kimi-for-coding), restricting model selection. Drop it from the Codex presets and trim the corresponding row in the trilingual user manual. The general Kimi preset (Moonshot platform) is kept, and presets for other apps are unchanged. --- docs/user-manual/en/2-providers/2.1-add.md | 2 +- docs/user-manual/ja/2-providers/2.1-add.md | 2 +- docs/user-manual/zh/2-providers/2.1-add.md | 2 +- src/config/codexProviderPresets.ts | 23 ---------------------- 4 files changed, 3 insertions(+), 26 deletions(-) diff --git a/docs/user-manual/en/2-providers/2.1-add.md b/docs/user-manual/en/2-providers/2.1-add.md index 2aadaeefb..e3f2e7ebe 100644 --- a/docs/user-manual/en/2-providers/2.1-add.md +++ b/docs/user-manual/en/2-providers/2.1-add.md @@ -88,7 +88,7 @@ Codex presets fall into two groups by upstream protocol. |-------------|-------------| | DeepSeek | DeepSeek models | | Zhipu GLM / GLM en | Zhipu AI GLM models | -| Kimi / Kimi For Coding | Moonshot Kimi models | +| Kimi | Moonshot Kimi models | | MiniMax / MiniMax en | MiniMax models | | StepFun / StepFun en | StepFun Step models | | Baidu Qianfan Coding Plan | Baidu Qianfan coding plan | diff --git a/docs/user-manual/ja/2-providers/2.1-add.md b/docs/user-manual/ja/2-providers/2.1-add.md index 55688e662..f45d79133 100644 --- a/docs/user-manual/ja/2-providers/2.1-add.md +++ b/docs/user-manual/ja/2-providers/2.1-add.md @@ -88,7 +88,7 @@ Codex プリセットは上流プロトコルにより 2 種類に分かれま |----------|------| | DeepSeek | DeepSeek モデル | | Zhipu GLM / GLM en | Zhipu AI の GLM モデル | -| Kimi / Kimi For Coding | Moonshot Kimi モデル | +| Kimi | Moonshot Kimi モデル | | MiniMax / MiniMax en | MiniMax モデル | | StepFun / StepFun en | StepFun Step モデル | | Baidu Qianfan Coding Plan | 百度千帆コーディングプラン | diff --git a/docs/user-manual/zh/2-providers/2.1-add.md b/docs/user-manual/zh/2-providers/2.1-add.md index 4d7429c62..e17778a4d 100644 --- a/docs/user-manual/zh/2-providers/2.1-add.md +++ b/docs/user-manual/zh/2-providers/2.1-add.md @@ -88,7 +88,7 @@ Codex 预设按上游协议分两类。 |----------|------| | DeepSeek | DeepSeek 模型 | | 智谱 GLM / GLM en | 智谱 AI 的 GLM 模型 | -| Kimi / Kimi For Coding | Moonshot Kimi 模型 | +| Kimi | Moonshot Kimi 模型 | | MiniMax / MiniMax en | MiniMax 模型 | | StepFun / StepFun en | 阶跃星辰 Step 模型 | | 百度千帆 Coding Plan | 百度千帆编程套餐 | diff --git a/src/config/codexProviderPresets.ts b/src/config/codexProviderPresets.ts index 23c300f90..8704a336b 100644 --- a/src/config/codexProviderPresets.ts +++ b/src/config/codexProviderPresets.ts @@ -370,29 +370,6 @@ requires_openai_auth = true`, icon: "kimi", iconColor: "#6366F1", }, - { - name: "Kimi For Coding", - websiteUrl: "https://www.kimi.com/code/docs/", - apiKeyUrl: "https://www.kimi.com/code/", - auth: generateThirdPartyAuth(""), - config: generateThirdPartyConfig( - "kimi_coding", - "https://api.kimi.com/coding/v1", - "kimi-for-coding", - ), - endpointCandidates: ["https://api.kimi.com/coding/v1"], - apiFormat: "openai_chat", - modelCatalog: modelCatalog([ - { - model: "kimi-for-coding", - displayName: "Kimi For Coding", - contextWindow: 262144, - }, - ]), - category: "cn_official", - icon: "kimi", - iconColor: "#6366F1", - }, { name: "StepFun", websiteUrl: "https://platform.stepfun.com/step-plan",