@brainervirus/opencode-commandcode 0.7.56 → 0.7.57
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 +42 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/_version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.51.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-08T18:01:22.157Z",
|
|
4
|
+
"pluginVersion": "0.7.56",
|
|
5
|
+
"commandCodeVersion": "1.51.0",
|
|
6
|
+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.51.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
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"modalities": {
|
|
27
27
|
"input": [
|
|
28
28
|
"text",
|
|
29
|
-
"image"
|
|
29
|
+
"image",
|
|
30
|
+
"pdf"
|
|
30
31
|
],
|
|
31
32
|
"output": [
|
|
32
33
|
"text"
|
|
@@ -158,7 +159,8 @@
|
|
|
158
159
|
"modalities": {
|
|
159
160
|
"input": [
|
|
160
161
|
"text",
|
|
161
|
-
"image"
|
|
162
|
+
"image",
|
|
163
|
+
"pdf"
|
|
162
164
|
],
|
|
163
165
|
"output": [
|
|
164
166
|
"text"
|
|
@@ -192,7 +194,8 @@
|
|
|
192
194
|
"modalities": {
|
|
193
195
|
"input": [
|
|
194
196
|
"text",
|
|
195
|
-
"image"
|
|
197
|
+
"image",
|
|
198
|
+
"pdf"
|
|
196
199
|
],
|
|
197
200
|
"output": [
|
|
198
201
|
"text"
|
|
@@ -261,7 +264,8 @@
|
|
|
261
264
|
"modalities": {
|
|
262
265
|
"input": [
|
|
263
266
|
"text",
|
|
264
|
-
"image"
|
|
267
|
+
"image",
|
|
268
|
+
"pdf"
|
|
265
269
|
],
|
|
266
270
|
"output": [
|
|
267
271
|
"text"
|
|
@@ -389,7 +393,8 @@
|
|
|
389
393
|
"modalities": {
|
|
390
394
|
"input": [
|
|
391
395
|
"text",
|
|
392
|
-
"image"
|
|
396
|
+
"image",
|
|
397
|
+
"pdf"
|
|
393
398
|
],
|
|
394
399
|
"output": [
|
|
395
400
|
"text"
|
|
@@ -549,6 +554,32 @@
|
|
|
549
554
|
]
|
|
550
555
|
}
|
|
551
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
|
+
},
|
|
552
583
|
{
|
|
553
584
|
"id": "sakana/fugu-ultra",
|
|
554
585
|
"name": "Fugu Ultra",
|
|
@@ -977,7 +1008,8 @@
|
|
|
977
1008
|
"modalities": {
|
|
978
1009
|
"input": [
|
|
979
1010
|
"text",
|
|
980
|
-
"image"
|
|
1011
|
+
"image",
|
|
1012
|
+
"pdf"
|
|
981
1013
|
],
|
|
982
1014
|
"output": [
|
|
983
1015
|
"text"
|
|
@@ -1011,7 +1043,8 @@
|
|
|
1011
1043
|
"modalities": {
|
|
1012
1044
|
"input": [
|
|
1013
1045
|
"text",
|
|
1014
|
-
"image"
|
|
1046
|
+
"image",
|
|
1047
|
+
"pdf"
|
|
1015
1048
|
],
|
|
1016
1049
|
"output": [
|
|
1017
1050
|
"text"
|
|
@@ -1045,7 +1078,8 @@
|
|
|
1045
1078
|
"modalities": {
|
|
1046
1079
|
"input": [
|
|
1047
1080
|
"text",
|
|
1048
|
-
"image"
|
|
1081
|
+
"image",
|
|
1082
|
+
"pdf"
|
|
1049
1083
|
],
|
|
1050
1084
|
"output": [
|
|
1051
1085
|
"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.57",
|
|
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",
|