@brainervirus/opencode-commandcode 0.7.51 → 0.7.53
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 +37 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/_version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.49.0
|
package/manifest.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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-05T00:01:31.522Z",
|
|
4
|
+
"pluginVersion": "0.7.52",
|
|
5
|
+
"commandCodeVersion": "1.49.0",
|
|
6
|
+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.49.0.tgz",
|
|
7
|
+
"modelCount": 73,
|
|
8
|
+
"reasoningModelCount": 62,
|
|
9
9
|
"extraction": {
|
|
10
10
|
"modelCatalog": "ok",
|
|
11
11
|
"costCatalog": "cli",
|
|
12
12
|
"costCatalogError": null
|
|
13
13
|
},
|
|
14
14
|
"costSources": {
|
|
15
|
-
"cli":
|
|
15
|
+
"cli": 22,
|
|
16
16
|
"officialDocs": 46,
|
|
17
17
|
"thirdParty": 0,
|
|
18
18
|
"free": 5,
|
package/models.json
CHANGED
|
@@ -396,6 +396,41 @@
|
|
|
396
396
|
]
|
|
397
397
|
}
|
|
398
398
|
},
|
|
399
|
+
{
|
|
400
|
+
"id": "gpt-6-astra",
|
|
401
|
+
"name": "GPT-6 Astra",
|
|
402
|
+
"tier": "premium",
|
|
403
|
+
"reasoning": true,
|
|
404
|
+
"reasoningEfforts": [
|
|
405
|
+
"low",
|
|
406
|
+
"medium",
|
|
407
|
+
"high",
|
|
408
|
+
"xhigh",
|
|
409
|
+
"max"
|
|
410
|
+
],
|
|
411
|
+
"tool_call": true,
|
|
412
|
+
"cost": {
|
|
413
|
+
"input": 10,
|
|
414
|
+
"output": 50,
|
|
415
|
+
"cache_read": 1,
|
|
416
|
+
"cache_write": 12.5
|
|
417
|
+
},
|
|
418
|
+
"limit": {
|
|
419
|
+
"context": 1050000,
|
|
420
|
+
"output": 65536
|
|
421
|
+
},
|
|
422
|
+
"attachment": true,
|
|
423
|
+
"modalities": {
|
|
424
|
+
"input": [
|
|
425
|
+
"text",
|
|
426
|
+
"image",
|
|
427
|
+
"pdf"
|
|
428
|
+
],
|
|
429
|
+
"output": [
|
|
430
|
+
"text"
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
},
|
|
399
434
|
{
|
|
400
435
|
"id": "deepseek/deepseek-v4-flash",
|
|
401
436
|
"name": "DeepSeek V4 Flash (latest)",
|
|
@@ -1661,7 +1696,8 @@
|
|
|
1661
1696
|
"low",
|
|
1662
1697
|
"medium",
|
|
1663
1698
|
"high",
|
|
1664
|
-
"xhigh"
|
|
1699
|
+
"xhigh",
|
|
1700
|
+
"max"
|
|
1665
1701
|
],
|
|
1666
1702
|
"tool_call": true,
|
|
1667
1703
|
"cost": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainervirus/opencode-commandcode",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.53",
|
|
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",
|