From d0f202a75d6e3cdcbd4a30ab09f38eca42cf1b11 Mon Sep 17 00:00:00 2001 From: luulam Date: Thu, 27 Aug 2026 10:34:09 +0700 Subject: [PATCH] feat(commandcode): bump version header and expand model catalog --- open-sse/providers/registry/commandcode.js | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/open-sse/providers/registry/commandcode.js b/open-sse/providers/registry/commandcode.js index a2d2a257..591308c9 100644 --- a/open-sse/providers/registry/commandcode.js +++ b/open-sse/providers/registry/commandcode.js @@ -23,7 +23,7 @@ export default { format: "commandcode", forceStream: true, headers: { - "x-command-code-version": "1.10.0", + "x-command-code-version": "0.45.0", "x-cli-environment": "cli", "User-Agent": "cli", }, @@ -45,14 +45,33 @@ export default { models: [ { id: "deepseek/deepseek-v4-pro", name: "DeepSeek V4 Pro" }, { id: "deepseek/deepseek-v4-flash", name: "DeepSeek V4 Flash" }, + { id: "moonshotai/Kimi-K2.7-Code", name: "Kimi K2.7 Code" }, + { id: "moonshotai/Kimi-K2.7-Code-Highspeed", name: "Kimi K2.7 Code Highspeed" }, { id: "moonshotai/Kimi-K2.6", name: "Kimi K2.6" }, { id: "moonshotai/Kimi-K2.5", name: "Kimi K2.5" }, + { id: "zai-org/GLM-5.2", name: "GLM 5.2" }, + { id: "zai-org/GLM-5.2-Fast", name: "GLM 5.2 Fast" }, { id: "zai-org/GLM-5.1", name: "GLM 5.1" }, { id: "zai-org/GLM-5", name: "GLM 5" }, + { id: "MiniMaxAI/MiniMax-M3", name: "MiniMax M3" }, { id: "MiniMaxAI/MiniMax-M2.7", name: "MiniMax M2.7" }, { id: "MiniMaxAI/MiniMax-M2.5", name: "MiniMax M2.5" }, + { id: "xiaomi/mimo-v2.5-pro", name: "MiMo V2.5 Pro" }, + { id: "xiaomi/mimo-v2.5", name: "MiMo V2.5" }, + { id: "Qwen/Qwen3.7-Max", name: "Qwen 3.7 Max" }, + { id: "Qwen/Qwen3.7-Plus", name: "Qwen 3.7 Plus" }, { id: "Qwen/Qwen3.6-Max-Preview", name: "Qwen 3.6 Max Preview" }, { id: "Qwen/Qwen3.6-Plus", name: "Qwen 3.6 Plus" }, + { id: "stepfun/Step-3.7-Flash", name: "Step 3.7 Flash" }, { id: "stepfun/Step-3.5-Flash", name: "Step 3.5 Flash" }, + { id: "tencent/Hy3", name: "Tencent Hy3" }, + { id: "nvidia/nemotron-3-ultra-550b-a55b", name: "Nemotron 3 Ultra 550B A55B" }, + { id: "thinkingmachines/inkling", name: "Inkling" }, + { id: "claude-sonnet-5", name: "Claude Sonnet 5" }, + { id: "claude-sonnet-4-6", name: "Claude Sonnet 4.6" }, + { id: "claude-fable-5", name: "Claude Fable 5" }, + { id: "claude-opus-4-8", name: "Claude Opus 4.8" }, + { id: "claude-opus-4-7", name: "Claude Opus 4.7" }, + { id: "claude-haiku-4-5", name: "Claude Haiku 4.5" }, ], };