@brainervirus/opencode-commandcode 0.7.1 → 0.7.3

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 CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.7.3] - 2026-09-01
11
+
12
+ ## [0.7.2] - 2026-08-31
13
+
10
14
  ## [0.7.1] - 2026-08-29
11
15
 
12
16
  ### Changed
package/_version.txt CHANGED
@@ -1 +1 @@
1
- 1.38.2
1
+ 1.39.2
package/manifest.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-08-29T17:07:34.207Z",
4
- "pluginVersion": "0.7.0",
5
- "commandCodeVersion": "1.38.2",
6
- "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.38.2.tgz",
7
- "modelCount": 65,
8
- "reasoningModelCount": 54,
3
+ "generatedAt": "2026-09-01T00:02:14.785Z",
4
+ "pluginVersion": "0.7.2",
5
+ "commandCodeVersion": "1.39.2",
6
+ "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.2.tgz",
7
+ "modelCount": 66,
8
+ "reasoningModelCount": 55,
9
9
  "extraction": {
10
10
  "modelCatalog": "ok",
11
11
  "costCatalog": "cli",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "costSources": {
15
15
  "cli": 20,
16
- "officialDocs": 40,
16
+ "officialDocs": 41,
17
17
  "thirdParty": 0,
18
18
  "free": 5,
19
19
  "fallback": 0,
@@ -24,8 +24,8 @@
24
24
  "free": [
25
25
  "inclusionai/ling-3.0-flash-free",
26
26
  "minimax/minimax-m2.7-free",
27
- "MiniMaxAI/MiniMax-M3-Free",
28
27
  "minimax/minimax-m3-free",
28
+ "MiniMaxAI/MiniMax-M3-Free",
29
29
  "tencent/Hy3"
30
30
  ],
31
31
  "unmatched": []
package/models.json CHANGED
@@ -390,6 +390,36 @@
390
390
  ]
391
391
  }
392
392
  },
393
+ {
394
+ "id": "deepseek/deepseek-v4-flash-fast",
395
+ "name": "DeepSeek V4 Flash Fast",
396
+ "tier": "open-source",
397
+ "reasoning": true,
398
+ "reasoningEfforts": [
399
+ "low",
400
+ "high",
401
+ "max"
402
+ ],
403
+ "tool_call": true,
404
+ "cost": {
405
+ "input": 0.28,
406
+ "output": 0.56,
407
+ "cache_read": 0.07
408
+ },
409
+ "limit": {
410
+ "context": 1000000,
411
+ "output": 65536
412
+ },
413
+ "attachment": false,
414
+ "modalities": {
415
+ "input": [
416
+ "text"
417
+ ],
418
+ "output": [
419
+ "text"
420
+ ]
421
+ }
422
+ },
393
423
  {
394
424
  "id": "deepseek/deepseek-v4-flash-vision-exp",
395
425
  "name": "DeepSeek V4 Flash Vision (exp)",
@@ -1318,7 +1348,7 @@
1318
1348
  },
1319
1349
  {
1320
1350
  "id": "minimax/minimax-m2.7-free",
1321
- "name": "MiniMax M2.7 Free",
1351
+ "name": "MiniMax M2.7 (Free)",
1322
1352
  "tier": "open-source",
1323
1353
  "reasoning": false,
1324
1354
  "tool_call": true,
@@ -1368,8 +1398,8 @@
1368
1398
  }
1369
1399
  },
1370
1400
  {
1371
- "id": "MiniMaxAI/MiniMax-M3-Free",
1372
- "name": "MiniMax M3 Free",
1401
+ "id": "minimax/minimax-m3-free",
1402
+ "name": "MiniMax M3 (Free)",
1373
1403
  "tier": "open-source",
1374
1404
  "reasoning": true,
1375
1405
  "tool_call": true,
@@ -1385,8 +1415,7 @@
1385
1415
  "modalities": {
1386
1416
  "input": [
1387
1417
  "text",
1388
- "image",
1389
- "video"
1418
+ "image"
1390
1419
  ],
1391
1420
  "output": [
1392
1421
  "text"
@@ -1394,7 +1423,7 @@
1394
1423
  }
1395
1424
  },
1396
1425
  {
1397
- "id": "minimax/minimax-m3-free",
1426
+ "id": "MiniMaxAI/MiniMax-M3-Free",
1398
1427
  "name": "MiniMax M3 Free",
1399
1428
  "tier": "open-source",
1400
1429
  "reasoning": true,
@@ -1411,7 +1440,8 @@
1411
1440
  "modalities": {
1412
1441
  "input": [
1413
1442
  "text",
1414
- "image"
1443
+ "image",
1444
+ "video"
1415
1445
  ],
1416
1446
  "output": [
1417
1447
  "text"
@@ -1689,7 +1719,9 @@
1689
1719
  "modalities": {
1690
1720
  "input": [
1691
1721
  "text",
1692
- "image"
1722
+ "image",
1723
+ "video",
1724
+ "pdf"
1693
1725
  ],
1694
1726
  "output": [
1695
1727
  "text"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainervirus/opencode-commandcode",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
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",