Skip to content

Commit 52f139f

Browse files
fix(catalog): sync command-code@1.39.2
1 parent 5eb2d8b commit 52f139f

3 files changed

Lines changed: 12 additions & 13 deletions

File tree

_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.39.0
1+
1.39.2

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"schemaVersion": 1,
3-
"generatedAt": "2026-08-31T18:01:07.465Z",
3+
"generatedAt": "2026-09-01T00:02:14.785Z",
44
"pluginVersion": "0.7.2",
5-
"commandCodeVersion": "1.39.0",
6-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.0.tgz",
5+
"commandCodeVersion": "1.39.2",
6+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.2.tgz",
77
"modelCount": 66,
88
"reasoningModelCount": 55,
99
"extraction": {
@@ -24,8 +24,8 @@
2424
"free": [
2525
"inclusionai/ling-3.0-flash-free",
2626
"minimax/minimax-m2.7-free",
27-
"MiniMaxAI/MiniMax-M3-Free",
2827
"minimax/minimax-m3-free",
28+
"MiniMaxAI/MiniMax-M3-Free",
2929
"tencent/Hy3"
3030
],
3131
"unmatched": []

models.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@
397397
"reasoning": true,
398398
"reasoningEfforts": [
399399
"low",
400-
"medium",
401400
"high",
402401
"max"
403402
],
@@ -1349,7 +1348,7 @@
13491348
},
13501349
{
13511350
"id": "minimax/minimax-m2.7-free",
1352-
"name": "MiniMax M2.7 Free",
1351+
"name": "MiniMax M2.7 (Free)",
13531352
"tier": "open-source",
13541353
"reasoning": false,
13551354
"tool_call": true,
@@ -1399,8 +1398,8 @@
13991398
}
14001399
},
14011400
{
1402-
"id": "MiniMaxAI/MiniMax-M3-Free",
1403-
"name": "MiniMax M3 Free",
1401+
"id": "minimax/minimax-m3-free",
1402+
"name": "MiniMax M3 (Free)",
14041403
"tier": "open-source",
14051404
"reasoning": true,
14061405
"tool_call": true,
@@ -1416,16 +1415,15 @@
14161415
"modalities": {
14171416
"input": [
14181417
"text",
1419-
"image",
1420-
"video"
1418+
"image"
14211419
],
14221420
"output": [
14231421
"text"
14241422
]
14251423
}
14261424
},
14271425
{
1428-
"id": "minimax/minimax-m3-free",
1426+
"id": "MiniMaxAI/MiniMax-M3-Free",
14291427
"name": "MiniMax M3 Free",
14301428
"tier": "open-source",
14311429
"reasoning": true,
@@ -1442,7 +1440,8 @@
14421440
"modalities": {
14431441
"input": [
14441442
"text",
1445-
"image"
1443+
"image",
1444+
"video"
14461445
],
14471446
"output": [
14481447
"text"

0 commit comments

Comments
 (0)