@brainervirus/opencode-commandcode 0.7.1 → 0.7.2
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 +2 -0
- package/_version.txt +1 -1
- package/manifest.json +7 -7
- package/models.json +34 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/_version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.39.0
|
package/manifest.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
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-08-31T18:01:07.465Z",
|
|
4
|
+
"pluginVersion": "0.7.1",
|
|
5
|
+
"commandCodeVersion": "1.39.0",
|
|
6
|
+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.39.0.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":
|
|
16
|
+
"officialDocs": 41,
|
|
17
17
|
"thirdParty": 0,
|
|
18
18
|
"free": 5,
|
|
19
19
|
"fallback": 0,
|
package/models.json
CHANGED
|
@@ -390,6 +390,37 @@
|
|
|
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
|
+
"medium",
|
|
401
|
+
"high",
|
|
402
|
+
"max"
|
|
403
|
+
],
|
|
404
|
+
"tool_call": true,
|
|
405
|
+
"cost": {
|
|
406
|
+
"input": 0.28,
|
|
407
|
+
"output": 0.56,
|
|
408
|
+
"cache_read": 0.07
|
|
409
|
+
},
|
|
410
|
+
"limit": {
|
|
411
|
+
"context": 1000000,
|
|
412
|
+
"output": 65536
|
|
413
|
+
},
|
|
414
|
+
"attachment": false,
|
|
415
|
+
"modalities": {
|
|
416
|
+
"input": [
|
|
417
|
+
"text"
|
|
418
|
+
],
|
|
419
|
+
"output": [
|
|
420
|
+
"text"
|
|
421
|
+
]
|
|
422
|
+
}
|
|
423
|
+
},
|
|
393
424
|
{
|
|
394
425
|
"id": "deepseek/deepseek-v4-flash-vision-exp",
|
|
395
426
|
"name": "DeepSeek V4 Flash Vision (exp)",
|
|
@@ -1689,7 +1720,9 @@
|
|
|
1689
1720
|
"modalities": {
|
|
1690
1721
|
"input": [
|
|
1691
1722
|
"text",
|
|
1692
|
-
"image"
|
|
1723
|
+
"image",
|
|
1724
|
+
"video",
|
|
1725
|
+
"pdf"
|
|
1693
1726
|
],
|
|
1694
1727
|
"output": [
|
|
1695
1728
|
"text"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainervirus/opencode-commandcode",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
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",
|