@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 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.53] - 2026-09-05
11
+
12
+ ## [0.7.52] - 2026-09-04
13
+
10
14
  ## [0.7.51] - 2026-09-04
11
15
 
12
16
  ## [0.7.50] - 2026-09-03
package/_version.txt CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.49.0
package/manifest.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-09-04T00:01:41.903Z",
4
- "pluginVersion": "0.7.50",
5
- "commandCodeVersion": "1.46.0",
6
- "commandCodeTarball": "https://registry.npmjs.org/command-code/-/command-code-1.46.0.tgz",
7
- "modelCount": 72,
8
- "reasoningModelCount": 61,
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": 21,
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.51",
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",