Skip to content

Commit 77b7ed6

Browse files
fix(catalog): sync command-code@1.49.0 (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7615d33 commit 77b7ed6

3 files changed

Lines changed: 44 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.47.0
1+
1.49.0

manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"schemaVersion": 1,
3-
"generatedAt": "2026-09-04T06:00:58.676Z",
3+
"generatedAt": "2026-09-05T00:01:31.522Z",
44
"pluginVersion": "0.7.52",
5-
"commandCodeVersion": "1.47.0",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.47.0.tgz",
7-
"modelCount": 72,
8-
"reasoningModelCount": 61,
5+
"commandCodeVersion": "1.49.0",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.49.0.tgz",
7+
"modelCount": 73,
8+
"reasoningModelCount": 62,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
15-
"cli": 21,
15+
"cli": 22,
1616
"officialDocs": 46,
1717
"thirdParty": 0,
1818
"free": 5,

models.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,41 @@
396396
]
397397
}
398398
},
399+
{
400+
"id": "gpt-6-astra",
401+
"name": "GPT-6 Astra",
402+
"tier": "premium",
403+
"reasoning": true,
404+
"reasoningEfforts": [
405+
"low",
406+
"medium",
407+
"high",
408+
"xhigh",
409+
"max"
410+
],
411+
"tool_call": true,
412+
"cost": {
413+
"input": 10,
414+
"output": 50,
415+
"cache_read": 1,
416+
"cache_write": 12.5
417+
},
418+
"limit": {
419+
"context": 1050000,
420+
"output": 65536
421+
},
422+
"attachment": true,
423+
"modalities": {
424+
"input": [
425+
"text",
426+
"image",
427+
"pdf"
428+
],
429+
"output": [
430+
"text"
431+
]
432+
}
433+
},
399434
{
400435
"id": "deepseek/deepseek-v4-flash",
401436
"name": "DeepSeek V4 Flash (latest)",
@@ -1661,7 +1696,8 @@
16611696
"low",
16621697
"medium",
16631698
"high",
1664-
"xhigh"
1699+
"xhigh",
1700+
"max"
16651701
],
16661702
"tool_call": true,
16671703
"cost": {

0 commit comments

Comments
 (0)