@wallbreakerno4/opencode-commandcode-models 0.0.1790103088 → 0.0.1790113455

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.
Files changed (2) hide show
  1. package/models.json +20 -2
  2. package/package.json +1 -1
package/models.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-09-22T18:51:28.151Z",
4
- "sourceCliVersion": "1.63.0",
3
+ "generatedAt": "2026-09-22T21:44:15.479Z",
4
+ "sourceCliVersion": "1.64.0",
5
5
  "models": [
6
6
  {
7
7
  "id": "deepseek/deepseek-v4-pro",
@@ -564,6 +564,24 @@
564
564
  "context": 262144,
565
565
  "maxOutput": 32768
566
566
  },
567
+ {
568
+ "id": "gpt-6-luna",
569
+ "name": "GPT-6 Luna",
570
+ "reasoning": true,
571
+ "inputModalities": [
572
+ "text",
573
+ "image"
574
+ ],
575
+ "efforts": [
576
+ "low",
577
+ "medium",
578
+ "high",
579
+ "xhigh",
580
+ "max"
581
+ ],
582
+ "context": 1050000,
583
+ "maxOutput": 128000
584
+ },
567
585
  {
568
586
  "id": "gpt-5.6-luna",
569
587
  "name": "GPT-5.6 Luna",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallbreakerno4/opencode-commandcode-models",
3
- "version": "0.0.1790103088",
3
+ "version": "0.0.1790113455",
4
4
  "description": "Command Code Go plan 模型目录数据包:构建流水线产物,供 OpenCode 插件运行时经 npmmirror files / unpkg 匿名拉取。",
5
5
  "files": ["models.json"],
6
6
  "license": "UNLICENSED",