You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- feat(providers): add DeepSeek preset (Anthropic-compatible /anthropic endpoint, V4 Pro + V4 Flash, haiku mapping to Flash for cheaper auxiliary calls)
- feat(providers): add GPT-5.5 to OpenAI OAuth (Codex API) model list and bump fallback default
- refactor(providers): upgrade Xiaomi MiMo (pay-as-you-go + Token Plan) from mimo-v2-pro to mimo-v2.5-pro
- fix(providers): add CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK + CLAUDE_CODE_EFFORT_LEVEL to MANAGED_ENV_KEYS and shadow-home strip list to prevent DeepSeek-only env from leaking across providers
- docs(providers): add DeepSeek row to en/zh providers table; sync MiMo-V2.5-Pro + GPT-5.5 references
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|**火山引擎 Ark**| ByteDance Volcengine (Doubao, GLM, DeepSeek, Kimi) | Coding Plan |
70
-
|**小米 MiMo**| Xiaomi MiMo-V2-Pro (pay-as-you-go or Token Plan) | Pay-as-you-go / Token Plan |
71
+
|**小米 MiMo**| Xiaomi MiMo-V2.5-Pro (pay-as-you-go or Token Plan) | Pay-as-you-go / Token Plan |
71
72
|**阿里云百炼 Coding Plan**| Alibaba Cloud (Qwen, GLM, Kimi, MiniMax) | Coding Plan |
72
73
73
74
When adding a Chinese provider in CodePilot, the system automatically handles the authentication method — you just need to enter the key provided by the respective platform. Each provider card shows a direct link to obtain your API key.
@@ -94,7 +94,7 @@ export function FeatureAnnouncementDialog() {
94
94
<p><spanclassName="text-foreground font-medium">AI SDK engine</span> — no CLI needed, works with all configured providers</p>
95
95
<p><spanclassName="text-foreground font-medium">Claude Code engine</span> — driven by CLI for full command-line capabilities</p>
96
96
</div>
97
-
<p>Also supports <spanclassName="font-medium">OpenAI OAuth login</span> — ChatGPT Plus/Pro users can sign in under Providers to use GPT-5.4 and more.</p>
97
+
<p>Also supports <spanclassName="font-medium">OpenAI OAuth login</span> — ChatGPT Plus/Pro users can sign in under Providers to use GPT-5.5 and more.</p>
0 commit comments