@brainervirus/opencode-commandcode 0.7.58 → 0.7.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/_version.txt +1 -1
- package/manifest.json +7 -7
- package/models.json +40 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/_version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
package/manifest.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-09-
|
|
4
|
-
"pluginVersion": "0.7.
|
|
5
|
-
"commandCodeVersion": "1.
|
|
6
|
-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.
|
|
7
|
-
"modelCount":
|
|
8
|
-
"reasoningModelCount":
|
|
3
|
+
"generatedAt": "2026-09-09T18:01:13.059Z",
|
|
4
|
+
"pluginVersion": "0.7.59",
|
|
5
|
+
"commandCodeVersion": "1.52.0",
|
|
6
|
+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.52.0.tgz",
|
|
7
|
+
"modelCount": 74,
|
|
8
|
+
"reasoningModelCount": 63,
|
|
9
9
|
"extraction": {
|
|
10
10
|
"modelCatalog": "ok",
|
|
11
11
|
"costCatalog": "cli",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"costSources": {
|
|
15
15
|
"cli": 22,
|
|
16
|
-
"officialDocs":
|
|
16
|
+
"officialDocs": 47,
|
|
17
17
|
"thirdParty": 0,
|
|
18
18
|
"free": 5,
|
|
19
19
|
"fallback": 0,
|
package/models.json
CHANGED
|
@@ -1361,6 +1361,31 @@
|
|
|
1361
1361
|
]
|
|
1362
1362
|
}
|
|
1363
1363
|
},
|
|
1364
|
+
{
|
|
1365
|
+
"id": "inclusionai/ling-3.0-flash-sante:free",
|
|
1366
|
+
"name": "Ling 3.0 Flash Sante",
|
|
1367
|
+
"tier": "open-source",
|
|
1368
|
+
"reasoning": true,
|
|
1369
|
+
"tool_call": true,
|
|
1370
|
+
"cost": {
|
|
1371
|
+
"input": 0,
|
|
1372
|
+
"output": 0,
|
|
1373
|
+
"cache_read": 0
|
|
1374
|
+
},
|
|
1375
|
+
"limit": {
|
|
1376
|
+
"context": 262144,
|
|
1377
|
+
"output": 32768
|
|
1378
|
+
},
|
|
1379
|
+
"attachment": false,
|
|
1380
|
+
"modalities": {
|
|
1381
|
+
"input": [
|
|
1382
|
+
"text"
|
|
1383
|
+
],
|
|
1384
|
+
"output": [
|
|
1385
|
+
"text"
|
|
1386
|
+
]
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1364
1389
|
{
|
|
1365
1390
|
"id": "meituan/LongCat-2.0:free",
|
|
1366
1391
|
"name": "LongCat 2.0",
|
|
@@ -1517,6 +1542,11 @@
|
|
|
1517
1542
|
"name": "MiniMax M3",
|
|
1518
1543
|
"tier": "open-source",
|
|
1519
1544
|
"reasoning": true,
|
|
1545
|
+
"reasoningEfforts": [
|
|
1546
|
+
"low",
|
|
1547
|
+
"medium",
|
|
1548
|
+
"high"
|
|
1549
|
+
],
|
|
1520
1550
|
"tool_call": true,
|
|
1521
1551
|
"cost": {
|
|
1522
1552
|
"input": 0.3,
|
|
@@ -1544,6 +1574,11 @@
|
|
|
1544
1574
|
"name": "MiniMax M3 (Free)",
|
|
1545
1575
|
"tier": "open-source",
|
|
1546
1576
|
"reasoning": true,
|
|
1577
|
+
"reasoningEfforts": [
|
|
1578
|
+
"low",
|
|
1579
|
+
"medium",
|
|
1580
|
+
"high"
|
|
1581
|
+
],
|
|
1547
1582
|
"tool_call": true,
|
|
1548
1583
|
"cost": {
|
|
1549
1584
|
"input": 0,
|
|
@@ -1570,6 +1605,11 @@
|
|
|
1570
1605
|
"name": "MiniMax M3 Free",
|
|
1571
1606
|
"tier": "open-source",
|
|
1572
1607
|
"reasoning": true,
|
|
1608
|
+
"reasoningEfforts": [
|
|
1609
|
+
"low",
|
|
1610
|
+
"medium",
|
|
1611
|
+
"high"
|
|
1612
|
+
],
|
|
1573
1613
|
"tool_call": true,
|
|
1574
1614
|
"cost": {
|
|
1575
1615
|
"input": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainervirus/opencode-commandcode",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.60",
|
|
4
4
|
"description": "Command Code API provider for opencode — use Claude, GPT, Gemini, DeepSeek, Qwen, Kimi, GLM, MiniMax, and Step models via Command Code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|