@brainervirus/opencode-commandcode 0.7.48 → 0.7.50

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 CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.7.50] - 2026-09-03
11
+
12
+ ## [0.7.49] - 2026-09-03
13
+
10
14
  ## [0.7.48] - 2026-09-02
11
15
 
12
16
  ## [0.7.47] - 2026-09-02
package/_version.txt CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.45.0
package/manifest.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-09-02T18:01:17.115Z",
4
- "pluginVersion": "0.7.47",
5
- "commandCodeVersion": "1.42.0",
6
- "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.42.0.tgz",
7
- "modelCount": 69,
8
- "reasoningModelCount": 58,
3
+ "generatedAt": "2026-09-03T18:01:02.328Z",
4
+ "pluginVersion": "0.7.49",
5
+ "commandCodeVersion": "1.45.0",
6
+ "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.45.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": 43,
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",
@@ -1518,6 +1552,12 @@
1518
1552
  "name": "Muse Spark 1.1",
1519
1553
  "tier": "open-source",
1520
1554
  "reasoning": true,
1555
+ "reasoningEfforts": [
1556
+ "low",
1557
+ "medium",
1558
+ "high",
1559
+ "xhigh"
1560
+ ],
1521
1561
  "tool_call": true,
1522
1562
  "cost": {
1523
1563
  "input": 1.25,
@@ -1547,6 +1587,12 @@
1547
1587
  "name": "Muse Spark 1.2",
1548
1588
  "tier": "open-source",
1549
1589
  "reasoning": true,
1590
+ "reasoningEfforts": [
1591
+ "low",
1592
+ "medium",
1593
+ "high",
1594
+ "xhigh"
1595
+ ],
1550
1596
  "tool_call": true,
1551
1597
  "cost": {
1552
1598
  "input": 1.25,
@@ -1576,6 +1622,82 @@
1576
1622
  "name": "Muse Spark 1.2 Contributor",
1577
1623
  "tier": "open-source",
1578
1624
  "reasoning": true,
1625
+ "reasoningEfforts": [
1626
+ "low",
1627
+ "medium",
1628
+ "high",
1629
+ "xhigh"
1630
+ ],
1631
+ "tool_call": true,
1632
+ "cost": {
1633
+ "input": 0.1,
1634
+ "output": 0.2,
1635
+ "cache_read": 0.002
1636
+ },
1637
+ "limit": {
1638
+ "context": 1048576,
1639
+ "output": 65536
1640
+ },
1641
+ "attachment": true,
1642
+ "modalities": {
1643
+ "input": [
1644
+ "text",
1645
+ "image",
1646
+ "video",
1647
+ "pdf",
1648
+ "audio"
1649
+ ],
1650
+ "output": [
1651
+ "text"
1652
+ ]
1653
+ }
1654
+ },
1655
+ {
1656
+ "id": "meta/muse-spark-1.3",
1657
+ "name": "Muse Spark 1.3",
1658
+ "tier": "open-source",
1659
+ "reasoning": true,
1660
+ "reasoningEfforts": [
1661
+ "low",
1662
+ "medium",
1663
+ "high",
1664
+ "xhigh"
1665
+ ],
1666
+ "tool_call": true,
1667
+ "cost": {
1668
+ "input": 1.25,
1669
+ "output": 4.25,
1670
+ "cache_read": 0.15
1671
+ },
1672
+ "limit": {
1673
+ "context": 1048576,
1674
+ "output": 65536
1675
+ },
1676
+ "attachment": true,
1677
+ "modalities": {
1678
+ "input": [
1679
+ "text",
1680
+ "image",
1681
+ "video",
1682
+ "pdf",
1683
+ "audio"
1684
+ ],
1685
+ "output": [
1686
+ "text"
1687
+ ]
1688
+ }
1689
+ },
1690
+ {
1691
+ "id": "meta/muse-spark-1.3-contributor",
1692
+ "name": "Muse Spark 1.3 Contributor",
1693
+ "tier": "open-source",
1694
+ "reasoning": true,
1695
+ "reasoningEfforts": [
1696
+ "low",
1697
+ "medium",
1698
+ "high",
1699
+ "xhigh"
1700
+ ],
1579
1701
  "tool_call": true,
1580
1702
  "cost": {
1581
1703
  "input": 0.1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainervirus/opencode-commandcode",
3
- "version": "0.7.48",
3
+ "version": "0.7.50",
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",