@brainervirus/opencode-commandcode 0.7.57 → 0.7.58
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 +0 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/_version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.51.
|
|
1
|
+
1.51.2
|
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.51.
|
|
6
|
-
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.51.
|
|
7
|
-
"modelCount":
|
|
8
|
-
"reasoningModelCount":
|
|
3
|
+
"generatedAt": "2026-09-09T00:01:26.538Z",
|
|
4
|
+
"pluginVersion": "0.7.57",
|
|
5
|
+
"commandCodeVersion": "1.51.2",
|
|
6
|
+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.51.2.tgz",
|
|
7
|
+
"modelCount": 73,
|
|
8
|
+
"reasoningModelCount": 62,
|
|
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": 46,
|
|
17
17
|
"thirdParty": 0,
|
|
18
18
|
"free": 5,
|
|
19
19
|
"fallback": 0,
|
package/models.json
CHANGED
|
@@ -554,32 +554,6 @@
|
|
|
554
554
|
]
|
|
555
555
|
}
|
|
556
556
|
},
|
|
557
|
-
{
|
|
558
|
-
"id": "deepseek/deepseek-v4.1-flash-beta",
|
|
559
|
-
"name": "DeepSeek V4.1 Flash (beta)",
|
|
560
|
-
"tier": "open-source",
|
|
561
|
-
"reasoning": true,
|
|
562
|
-
"tool_call": true,
|
|
563
|
-
"cost": {
|
|
564
|
-
"input": 0.22,
|
|
565
|
-
"output": 0.66,
|
|
566
|
-
"cache_read": 0.007
|
|
567
|
-
},
|
|
568
|
-
"limit": {
|
|
569
|
-
"context": 1000000,
|
|
570
|
-
"output": 65536
|
|
571
|
-
},
|
|
572
|
-
"attachment": true,
|
|
573
|
-
"modalities": {
|
|
574
|
-
"input": [
|
|
575
|
-
"text",
|
|
576
|
-
"image"
|
|
577
|
-
],
|
|
578
|
-
"output": [
|
|
579
|
-
"text"
|
|
580
|
-
]
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
557
|
{
|
|
584
558
|
"id": "sakana/fugu-ultra",
|
|
585
559
|
"name": "Fugu Ultra",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainervirus/opencode-commandcode",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.58",
|
|
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",
|