Skip to content

Commit fa32b68

Browse files
fix(catalog): sync command-code@1.53.0 (#96)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71b46d3 commit fa32b68

3 files changed

Lines changed: 41 additions & 10 deletions

File tree

_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.0
1+
1.53.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-09-09T18:01:13.059Z",
3+
"generatedAt": "2026-09-10T12:00:59.709Z",
44
"pluginVersion": "0.7.60",
5-
"commandCodeVersion": "1.52.0",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.52.0.tgz",
7-
"modelCount": 74,
8-
"reasoningModelCount": 63,
5+
"commandCodeVersion": "1.53.0",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.53.0.tgz",
7+
"modelCount": 75,
8+
"reasoningModelCount": 64,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
1515
"cli": 22,
16-
"officialDocs": 47,
16+
"officialDocs": 48,
1717
"thirdParty": 0,
1818
"free": 5,
1919
"fallback": 0,

models.json

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@
447447
],
448448
"tool_call": true,
449449
"cost": {
450-
"input": 0.22,
451-
"output": 0.66,
452-
"cache_read": 0.007
450+
"input": 0.15,
451+
"output": 0.6,
452+
"cache_read": 0.003
453453
},
454454
"limit": {
455455
"context": 1000000,
@@ -554,6 +554,37 @@
554554
]
555555
}
556556
},
557+
{
558+
"id": "deepseek/deepseek-v4.1-flash",
559+
"name": "DeepSeek V4.1 Flash",
560+
"tier": "open-source",
561+
"reasoning": true,
562+
"reasoningEfforts": [
563+
"low",
564+
"high",
565+
"max"
566+
],
567+
"tool_call": true,
568+
"cost": {
569+
"input": 0.15,
570+
"output": 0.6,
571+
"cache_read": 0.003
572+
},
573+
"limit": {
574+
"context": 1000000,
575+
"output": 65536
576+
},
577+
"attachment": true,
578+
"modalities": {
579+
"input": [
580+
"text",
581+
"image"
582+
],
583+
"output": [
584+
"text"
585+
]
586+
}
587+
},
557588
{
558589
"id": "sakana/fugu-ultra",
559590
"name": "Fugu Ultra",

0 commit comments

Comments
 (0)