From c62ec9a4c67758df62f4451637c7638afa99fe22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:01:17 +0000 Subject: [PATCH] fix(catalog): sync command-code@1.42.0 --- _version.txt | 2 +- manifest.json | 12 +++++------ models.json | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 7 deletions(-) diff --git a/_version.txt b/_version.txt index 53a714f..a50908c 100644 --- a/_version.txt +++ b/_version.txt @@ -1 +1 @@ -1.40.1 +1.42.0 diff --git a/manifest.json b/manifest.json index 084daf5..74717c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "schemaVersion": 1, - "generatedAt": "2026-09-02T12:41:12.672Z", + "generatedAt": "2026-09-02T18:01:17.115Z", "pluginVersion": "0.7.47", - "commandCodeVersion": "1.40.1", - "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.40.1.tgz", - "modelCount": 67, - "reasoningModelCount": 56, + "commandCodeVersion": "1.42.0", + "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.42.0.tgz", + "modelCount": 69, + "reasoningModelCount": 58, "extraction": { "modelCatalog": "ok", "costCatalog": "cli", @@ -13,7 +13,7 @@ }, "costSources": { "cli": 21, - "officialDocs": 41, + "officialDocs": 43, "thirdParty": 0, "free": 5, "fallback": 0, diff --git a/models.json b/models.json index 3224b4b..c8d392f 100644 --- a/models.json +++ b/models.json @@ -1284,6 +1284,31 @@ ] } }, + { + "id": "meituan/LongCat-2.0:free", + "name": "LongCat 2.0", + "tier": "open-source", + "reasoning": true, + "tool_call": true, + "cost": { + "input": 0, + "output": 0, + "cache_read": 0 + }, + "limit": { + "context": 1048576, + "output": 65536 + }, + "attachment": false, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + } + }, { "id": "xiaomi/mimo-v2.5", "name": "MiMo V2.5", @@ -1833,6 +1858,39 @@ ] } }, + { + "id": "Qwen/Qwen3.8-Max-0902", + "name": "Qwen 3.8 Max 0902", + "tier": "open-source", + "reasoning": true, + "reasoningEfforts": [ + "low", + "medium", + "xhigh" + ], + "tool_call": true, + "cost": { + "input": 2, + "output": 6, + "cache_read": 0.25 + }, + "limit": { + "context": 1000000, + "output": 65536 + }, + "attachment": true, + "modalities": { + "input": [ + "text", + "image", + "video", + "pdf" + ], + "output": [ + "text" + ] + } + }, { "id": "stepfun/Step-3.5-Flash", "name": "Step 3.5 Flash",