Skip to content

Commit c62ec9a

Browse files
fix(catalog): sync command-code@1.42.0
1 parent 50c1015 commit c62ec9a

3 files changed

Lines changed: 65 additions & 7 deletions

File tree

_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.40.1
1+
1.42.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-02T12:41:12.672Z",
3+
"generatedAt": "2026-09-02T18:01:17.115Z",
44
"pluginVersion": "0.7.47",
5-
"commandCodeVersion": "1.40.1",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.40.1.tgz",
7-
"modelCount": 67,
8-
"reasoningModelCount": 56,
5+
"commandCodeVersion": "1.42.0",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.42.0.tgz",
7+
"modelCount": 69,
8+
"reasoningModelCount": 58,
99
"extraction": {
1010
"modelCatalog": "ok",
1111
"costCatalog": "cli",
1212
"costCatalogError": null
1313
},
1414
"costSources": {
1515
"cli": 21,
16-
"officialDocs": 41,
16+
"officialDocs": 43,
1717
"thirdParty": 0,
1818
"free": 5,
1919
"fallback": 0,

models.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,31 @@
12841284
]
12851285
}
12861286
},
1287+
{
1288+
"id": "meituan/LongCat-2.0:free",
1289+
"name": "LongCat 2.0",
1290+
"tier": "open-source",
1291+
"reasoning": true,
1292+
"tool_call": true,
1293+
"cost": {
1294+
"input": 0,
1295+
"output": 0,
1296+
"cache_read": 0
1297+
},
1298+
"limit": {
1299+
"context": 1048576,
1300+
"output": 65536
1301+
},
1302+
"attachment": false,
1303+
"modalities": {
1304+
"input": [
1305+
"text"
1306+
],
1307+
"output": [
1308+
"text"
1309+
]
1310+
}
1311+
},
12871312
{
12881313
"id": "xiaomi/mimo-v2.5",
12891314
"name": "MiMo V2.5",
@@ -1833,6 +1858,39 @@
18331858
]
18341859
}
18351860
},
1861+
{
1862+
"id": "Qwen/Qwen3.8-Max-0902",
1863+
"name": "Qwen 3.8 Max 0902",
1864+
"tier": "open-source",
1865+
"reasoning": true,
1866+
"reasoningEfforts": [
1867+
"low",
1868+
"medium",
1869+
"xhigh"
1870+
],
1871+
"tool_call": true,
1872+
"cost": {
1873+
"input": 2,
1874+
"output": 6,
1875+
"cache_read": 0.25
1876+
},
1877+
"limit": {
1878+
"context": 1000000,
1879+
"output": 65536
1880+
},
1881+
"attachment": true,
1882+
"modalities": {
1883+
"input": [
1884+
"text",
1885+
"image",
1886+
"video",
1887+
"pdf"
1888+
],
1889+
"output": [
1890+
"text"
1891+
]
1892+
}
1893+
},
18361894
{
18371895
"id": "stepfun/Step-3.5-Flash",
18381896
"name": "Step 3.5 Flash",

0 commit comments

Comments
 (0)