From 70768cf765abe84b5e55ea01ce5a5a4f51def30a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:01:07 +0000 Subject: [PATCH] fix(catalog): sync command-code@1.39.0 --- _version.txt | 2 +- manifest.json | 12 ++++++------ models.json | 35 ++++++++++++++++++++++++++++++++++- 3 files changed, 41 insertions(+), 8 deletions(-) diff --git a/_version.txt b/_version.txt index c85090d..5edffce 100644 --- a/_version.txt +++ b/_version.txt @@ -1 +1 @@ -1.38.2 +1.39.0 diff --git a/manifest.json b/manifest.json index c29aeec..1c11ba1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "schemaVersion": 1, - "generatedAt": "2026-08-29T17:07:34.207Z", + "generatedAt": "2026-08-31T18:01:07.465Z", "pluginVersion": "0.7.1", - "commandCodeVersion": "1.38.2", - "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.38.2.tgz", - "modelCount": 65, - "reasoningModelCount": 54, + "commandCodeVersion": "1.39.0", + "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.0.tgz", + "modelCount": 66, + "reasoningModelCount": 55, "extraction": { "modelCatalog": "ok", "costCatalog": "cli", @@ -13,7 +13,7 @@ }, "costSources": { "cli": 20, - "officialDocs": 40, + "officialDocs": 41, "thirdParty": 0, "free": 5, "fallback": 0, diff --git a/models.json b/models.json index 179ef0e..a2f321a 100644 --- a/models.json +++ b/models.json @@ -390,6 +390,37 @@ ] } }, + { + "id": "deepseek/deepseek-v4-flash-fast", + "name": "DeepSeek V4 Flash Fast", + "tier": "open-source", + "reasoning": true, + "reasoningEfforts": [ + "low", + "medium", + "high", + "max" + ], + "tool_call": true, + "cost": { + "input": 0.28, + "output": 0.56, + "cache_read": 0.07 + }, + "limit": { + "context": 1000000, + "output": 65536 + }, + "attachment": false, + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + } + }, { "id": "deepseek/deepseek-v4-flash-vision-exp", "name": "DeepSeek V4 Flash Vision (exp)", @@ -1689,7 +1720,9 @@ "modalities": { "input": [ "text", - "image" + "image", + "video", + "pdf" ], "output": [ "text"