Skip to content

Commit 7fa144b

Browse files
fix(catalog): sync command-code@1.64.0 (#126)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 28b28aa commit 7fa144b

3 files changed

Lines changed: 151 additions & 11 deletions

File tree

_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.62.1
1+
1.64.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-22T06:01:11.075Z",
3+
"generatedAt": "2026-09-23T00:01:49.133Z",
44
"pluginVersion": "0.7.75",
5-
"commandCodeVersion": "1.62.1",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.62.1.tgz",
7-
"modelCount": 76,
8-
"reasoningModelCount": 63,
5+
"commandCodeVersion": "1.64.0",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.64.0.tgz",
7+
"modelCount": 80,
8+
"reasoningModelCount": 67,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
15-
"cli": 21,
15+
"cli": 25,
1616
"officialDocs": 55,
1717
"thirdParty": 0,
1818
"free": 0,

models.json

Lines changed: 144 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,41 @@
202202
]
203203
}
204204
},
205+
{
206+
"id": "claude-opus-5-5",
207+
"name": "Claude Opus 5.5",
208+
"tier": "premium",
209+
"reasoning": true,
210+
"reasoningEfforts": [
211+
"low",
212+
"medium",
213+
"high",
214+
"xhigh",
215+
"max"
216+
],
217+
"tool_call": true,
218+
"cost": {
219+
"input": 4,
220+
"output": 20,
221+
"cache_read": 0.2,
222+
"cache_write": 5
223+
},
224+
"limit": {
225+
"context": 1000000,
226+
"output": 65536
227+
},
228+
"attachment": true,
229+
"modalities": {
230+
"input": [
231+
"text",
232+
"image",
233+
"pdf"
234+
],
235+
"output": [
236+
"text"
237+
]
238+
}
239+
},
205240
{
206241
"id": "claude-sonnet-4-6",
207242
"name": "Claude Sonnet 4.6",
@@ -401,6 +436,111 @@
401436
]
402437
}
403438
},
439+
{
440+
"id": "gpt-6-astra",
441+
"name": "GPT-6 Astra",
442+
"tier": "premium",
443+
"reasoning": true,
444+
"reasoningEfforts": [
445+
"low",
446+
"medium",
447+
"high",
448+
"xhigh",
449+
"max"
450+
],
451+
"tool_call": true,
452+
"cost": {
453+
"input": 10,
454+
"output": 50,
455+
"cache_read": 1,
456+
"cache_write": 12.5
457+
},
458+
"limit": {
459+
"context": 1050000,
460+
"output": 65536
461+
},
462+
"attachment": true,
463+
"modalities": {
464+
"input": [
465+
"text",
466+
"image",
467+
"pdf"
468+
],
469+
"output": [
470+
"text"
471+
]
472+
}
473+
},
474+
{
475+
"id": "gpt-6-luna",
476+
"name": "GPT-6 Luna",
477+
"tier": "premium",
478+
"reasoning": true,
479+
"reasoningEfforts": [
480+
"low",
481+
"medium",
482+
"high",
483+
"xhigh",
484+
"max"
485+
],
486+
"tool_call": true,
487+
"cost": {
488+
"input": 0.1,
489+
"output": 0.5,
490+
"cache_read": 0.01,
491+
"cache_write": 0.125
492+
},
493+
"limit": {
494+
"context": 1050000,
495+
"output": 65536
496+
},
497+
"attachment": true,
498+
"modalities": {
499+
"input": [
500+
"text",
501+
"image",
502+
"pdf"
503+
],
504+
"output": [
505+
"text"
506+
]
507+
}
508+
},
509+
{
510+
"id": "gpt-6-sol",
511+
"name": "GPT-6 Sol",
512+
"tier": "premium",
513+
"reasoning": true,
514+
"reasoningEfforts": [
515+
"low",
516+
"medium",
517+
"high",
518+
"xhigh",
519+
"max"
520+
],
521+
"tool_call": true,
522+
"cost": {
523+
"input": 2,
524+
"output": 10,
525+
"cache_read": 0.2,
526+
"cache_write": 2.5
527+
},
528+
"limit": {
529+
"context": 1050000,
530+
"output": 65536
531+
},
532+
"attachment": true,
533+
"modalities": {
534+
"input": [
535+
"text",
536+
"image",
537+
"pdf"
538+
],
539+
"output": [
540+
"text"
541+
]
542+
}
543+
},
404544
{
405545
"id": "deepseek/deepseek-v4-flash",
406546
"name": "DeepSeek V4 Flash (latest)",
@@ -1521,8 +1661,8 @@
15211661
"input": [
15221662
"text",
15231663
"image",
1524-
"video",
1525-
"audio"
1664+
"audio",
1665+
"video"
15261666
],
15271667
"output": [
15281668
"text"
@@ -1549,8 +1689,8 @@
15491689
"input": [
15501690
"text",
15511691
"image",
1552-
"video",
1553-
"audio"
1692+
"audio",
1693+
"video"
15541694
],
15551695
"output": [
15561696
"text"

0 commit comments

Comments
 (0)