From 10d9b3113b4de2250d1abffac32848830df61ac3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 06:01:12 +0000 Subject: [PATCH] fix(catalog): sync command-code@1.58.0 --- _version.txt | 2 +- manifest.json | 13 +++++++------ models.json | 33 +++++++++++++++++++++++++++++---- 3 files changed, 37 insertions(+), 11 deletions(-) diff --git a/_version.txt b/_version.txt index 373aea9..79f82f6 100644 --- a/_version.txt +++ b/_version.txt @@ -1 +1 @@ -1.57.0 +1.58.0 diff --git a/manifest.json b/manifest.json index 419d10b..dd7b061 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "schemaVersion": 1, - "generatedAt": "2026-09-19T00:01:24.459Z", + "generatedAt": "2026-09-19T06:01:12.722Z", "pluginVersion": "0.7.70", - "commandCodeVersion": "1.57.0", - "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.57.0.tgz", - "modelCount": 77, - "reasoningModelCount": 66, + "commandCodeVersion": "1.58.0", + "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.58.0.tgz", + "modelCount": 78, + "reasoningModelCount": 67, "extraction": { "modelCatalog": "ok", "costCatalog": "cli", @@ -15,7 +15,7 @@ "cli": 22, "officialDocs": 50, "thirdParty": 0, - "free": 5, + "free": 6, "fallback": 0, "unmatched": 0 }, @@ -23,6 +23,7 @@ "thirdParty": [], "free": [ "inclusionai/ling-3.0-flash-free", + "meituan/LongCat-2.0:free", "minimax/minimax-m2.7-free", "minimax/minimax-m3-free", "MiniMaxAI/MiniMax-M3-Free", diff --git a/models.json b/models.json index 2eef196..9a4b36e 100644 --- a/models.json +++ b/models.json @@ -1010,7 +1010,8 @@ "modalities": { "input": [ "text", - "image" + "image", + "video" ], "output": [ "text" @@ -1449,15 +1450,39 @@ } }, { - "id": "meituan/LongCat-2.0:free", + "id": "meituan/LongCat-2.0", "name": "LongCat 2.0", "tier": "open-source", "reasoning": true, "tool_call": true, + "cost": { + "input": 0.3, + "output": 1.2, + "cache_read": 0.006 + }, + "limit": { + "context": 1048576, + "output": 65536 + }, + "attachment": false, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + } + }, + { + "id": "meituan/LongCat-2.0:free", + "name": "LongCat 2.0 (Free)", + "tier": "open-source", + "reasoning": true, + "tool_call": true, "cost": { "input": 0, - "output": 0, - "cache_read": 0 + "output": 0 }, "limit": { "context": 1048576,