Skip to content

Commit a7900c8

Browse files
fix(catalog): sync command-code@1.38.2 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a3ae82 commit a7900c8

3 files changed

Lines changed: 16 additions & 19 deletions

File tree

_version.txt

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

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-28T21:14:42.165Z",
3+
"generatedAt": "2026-08-29T17:07:34.207Z",
44
"pluginVersion": "0.7.0",
5-
"commandCodeVersion": "1.38.1",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.38.1.tgz",
5+
"commandCodeVersion": "1.38.2",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.38.2.tgz",
77
"modelCount": 65,
88
"reasoningModelCount": 54,
99
"extraction": {
1010
"modelCatalog": "ok",
11-
"costCatalog": "docs",
11+
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
15-
"cli": 0,
16-
"officialDocs": 60,
15+
"cli": 20,
16+
"officialDocs": 40,
1717
"thirdParty": 0,
1818
"free": 5,
1919
"fallback": 0,

models.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -627,10 +627,10 @@
627627
],
628628
"tool_call": true,
629629
"cost": {
630-
"input": 0.75,
631-
"output": 3.75,
632-
"cache_read": 0.075,
633-
"cache_write": 0.04167
630+
"input": 1.5,
631+
"output": 7.5,
632+
"cache_read": 0.15,
633+
"cache_write": 0.08334
634634
},
635635
"limit": {
636636
"context": 1048576,
@@ -657,9 +657,8 @@
657657
"reasoning": false,
658658
"tool_call": true,
659659
"cost": {
660-
"input": 1,
661-
"output": 3.2,
662-
"cache_read": 0.2
660+
"input": 0.95,
661+
"output": 3.15
663662
},
664663
"limit": {
665664
"context": 200000,
@@ -1042,8 +1041,7 @@
10421041
"tool_call": true,
10431042
"cost": {
10441043
"input": 0.6,
1045-
"output": 3,
1046-
"cache_read": 0.1
1044+
"output": 3
10471045
},
10481046
"limit": {
10491047
"context": 256000,
@@ -1276,9 +1274,8 @@
12761274
"reasoning": false,
12771275
"tool_call": true,
12781276
"cost": {
1279-
"input": 0.3,
1280-
"output": 1.2,
1281-
"cache_read": 0.03
1277+
"input": 0.5,
1278+
"output": 2
12821279
},
12831280
"limit": {
12841281
"context": 200000,

0 commit comments

Comments
 (0)