@brainervirus/opencode-commandcode 0.7.48 → 0.7.49
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 +92 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/_version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.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-03T00:01:34.575Z",
|
|
4
|
+
"pluginVersion": "0.7.48",
|
|
5
|
+
"commandCodeVersion": "1.44.0",
|
|
6
|
+
"commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.44.0.tgz",
|
|
7
|
+
"modelCount": 72,
|
|
8
|
+
"reasoningModelCount": 61,
|
|
9
9
|
"extraction": {
|
|
10
10
|
"modelCatalog": "ok",
|
|
11
11
|
"costCatalog": "cli",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"costSources": {
|
|
15
15
|
"cli": 21,
|
|
16
|
-
"officialDocs":
|
|
16
|
+
"officialDocs": 46,
|
|
17
17
|
"thirdParty": 0,
|
|
18
18
|
"free": 5,
|
|
19
19
|
"fallback": 0,
|
package/models.json
CHANGED
|
@@ -715,6 +715,40 @@
|
|
|
715
715
|
]
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
|
+
{
|
|
719
|
+
"id": "google/gemini-3.8-flash",
|
|
720
|
+
"name": "Gemini 3.8 Flash",
|
|
721
|
+
"tier": "open-source",
|
|
722
|
+
"reasoning": true,
|
|
723
|
+
"reasoningEfforts": [
|
|
724
|
+
"low",
|
|
725
|
+
"medium",
|
|
726
|
+
"high"
|
|
727
|
+
],
|
|
728
|
+
"tool_call": true,
|
|
729
|
+
"cost": {
|
|
730
|
+
"input": 1.5,
|
|
731
|
+
"output": 7.5,
|
|
732
|
+
"cache_read": 0.15
|
|
733
|
+
},
|
|
734
|
+
"limit": {
|
|
735
|
+
"context": 1000000,
|
|
736
|
+
"output": 65536
|
|
737
|
+
},
|
|
738
|
+
"attachment": true,
|
|
739
|
+
"modalities": {
|
|
740
|
+
"input": [
|
|
741
|
+
"text",
|
|
742
|
+
"image",
|
|
743
|
+
"video",
|
|
744
|
+
"audio",
|
|
745
|
+
"pdf"
|
|
746
|
+
],
|
|
747
|
+
"output": [
|
|
748
|
+
"text"
|
|
749
|
+
]
|
|
750
|
+
}
|
|
751
|
+
},
|
|
718
752
|
{
|
|
719
753
|
"id": "zai-org/GLM-5",
|
|
720
754
|
"name": "GLM-5",
|
|
@@ -1600,6 +1634,64 @@
|
|
|
1600
1634
|
]
|
|
1601
1635
|
}
|
|
1602
1636
|
},
|
|
1637
|
+
{
|
|
1638
|
+
"id": "meta/muse-spark-1.3",
|
|
1639
|
+
"name": "Muse Spark 1.3",
|
|
1640
|
+
"tier": "open-source",
|
|
1641
|
+
"reasoning": true,
|
|
1642
|
+
"tool_call": true,
|
|
1643
|
+
"cost": {
|
|
1644
|
+
"input": 1.25,
|
|
1645
|
+
"output": 4.25,
|
|
1646
|
+
"cache_read": 0.15
|
|
1647
|
+
},
|
|
1648
|
+
"limit": {
|
|
1649
|
+
"context": 1048576,
|
|
1650
|
+
"output": 65536
|
|
1651
|
+
},
|
|
1652
|
+
"attachment": true,
|
|
1653
|
+
"modalities": {
|
|
1654
|
+
"input": [
|
|
1655
|
+
"text",
|
|
1656
|
+
"image",
|
|
1657
|
+
"video",
|
|
1658
|
+
"pdf",
|
|
1659
|
+
"audio"
|
|
1660
|
+
],
|
|
1661
|
+
"output": [
|
|
1662
|
+
"text"
|
|
1663
|
+
]
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "meta/muse-spark-1.3-contributor",
|
|
1668
|
+
"name": "Muse Spark 1.3 Contributor",
|
|
1669
|
+
"tier": "open-source",
|
|
1670
|
+
"reasoning": true,
|
|
1671
|
+
"tool_call": true,
|
|
1672
|
+
"cost": {
|
|
1673
|
+
"input": 0.1,
|
|
1674
|
+
"output": 0.2,
|
|
1675
|
+
"cache_read": 0.002
|
|
1676
|
+
},
|
|
1677
|
+
"limit": {
|
|
1678
|
+
"context": 1048576,
|
|
1679
|
+
"output": 65536
|
|
1680
|
+
},
|
|
1681
|
+
"attachment": true,
|
|
1682
|
+
"modalities": {
|
|
1683
|
+
"input": [
|
|
1684
|
+
"text",
|
|
1685
|
+
"image",
|
|
1686
|
+
"video",
|
|
1687
|
+
"pdf",
|
|
1688
|
+
"audio"
|
|
1689
|
+
],
|
|
1690
|
+
"output": [
|
|
1691
|
+
"text"
|
|
1692
|
+
]
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1603
1695
|
{
|
|
1604
1696
|
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
1605
1697
|
"name": "Nemotron 3 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.49",
|
|
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",
|