Skip to content

Commit 70768cf

Browse files
fix(catalog): sync command-code@1.39.0
1 parent 45b25dd commit 70768cf

3 files changed

Lines changed: 41 additions & 8 deletions

File tree

_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.38.2
1+
1.39.0

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"schemaVersion": 1,
3-
"generatedAt": "2026-08-29T17:07:34.207Z",
3+
"generatedAt": "2026-08-31T18:01:07.465Z",
44
"pluginVersion": "0.7.1",
5-
"commandCodeVersion": "1.38.2",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.38.2.tgz",
7-
"modelCount": 65,
8-
"reasoningModelCount": 54,
5+
"commandCodeVersion": "1.39.0",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.0.tgz",
7+
"modelCount": 66,
8+
"reasoningModelCount": 55,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
1515
"cli": 20,
16-
"officialDocs": 40,
16+
"officialDocs": 41,
1717
"thirdParty": 0,
1818
"free": 5,
1919
"fallback": 0,

models.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,37 @@
390390
]
391391
}
392392
},
393+
{
394+
"id": "deepseek/deepseek-v4-flash-fast",
395+
"name": "DeepSeek V4 Flash Fast",
396+
"tier": "open-source",
397+
"reasoning": true,
398+
"reasoningEfforts": [
399+
"low",
400+
"medium",
401+
"high",
402+
"max"
403+
],
404+
"tool_call": true,
405+
"cost": {
406+
"input": 0.28,
407+
"output": 0.56,
408+
"cache_read": 0.07
409+
},
410+
"limit": {
411+
"context": 1000000,
412+
"output": 65536
413+
},
414+
"attachment": false,
415+
"modalities": {
416+
"input": [
417+
"text"
418+
],
419+
"output": [
420+
"text"
421+
]
422+
}
423+
},
393424
{
394425
"id": "deepseek/deepseek-v4-flash-vision-exp",
395426
"name": "DeepSeek V4 Flash Vision (exp)",
@@ -1689,7 +1720,9 @@
16891720
"modalities": {
16901721
"input": [
16911722
"text",
1692-
"image"
1723+
"image",
1724+
"video",
1725+
"pdf"
16931726
],
16941727
"output": [
16951728
"text"

0 commit comments

Comments
 (0)