@wallbreakerno4/opencode-commandcode-models 0.0.1790028813 → 0.0.1790055577

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 +24 -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-21T22:13:33.053Z",
4
- "sourceCliVersion": "1.61.0",
3
+ "generatedAt": "2026-09-22T05:39:37.017Z",
4
+ "sourceCliVersion": "1.62.1",
5
5
  "models": [
6
6
  {
7
7
  "id": "deepseek/deepseek-v4-pro",
@@ -264,6 +264,28 @@
264
264
  "context": 200000,
265
265
  "maxOutput": 131072
266
266
  },
267
+ {
268
+ "id": "xiaomi/mimo-v2.6-pro",
269
+ "name": "MiMo V2.6 Pro",
270
+ "reasoning": false,
271
+ "inputModalities": [
272
+ "text",
273
+ "image"
274
+ ],
275
+ "context": 1048576,
276
+ "maxOutput": 131072
277
+ },
278
+ {
279
+ "id": "xiaomi/mimo-v2.6-flash",
280
+ "name": "MiMo V2.6 Flash",
281
+ "reasoning": false,
282
+ "inputModalities": [
283
+ "text",
284
+ "image"
285
+ ],
286
+ "context": 1048576,
287
+ "maxOutput": 131072
288
+ },
267
289
  {
268
290
  "id": "xiaomi/mimo-v2.5-pro",
269
291
  "name": "MiMo V2.5 Pro",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallbreakerno4/opencode-commandcode-models",
3
- "version": "0.0.1790028813",
3
+ "version": "0.0.1790055577",
4
4
  "description": "Command Code Go plan 模型目录数据包:构建流水线产物,供 OpenCode 插件运行时经 npmmirror files / unpkg 匿名拉取。",
5
5
  "files": ["models.json"],
6
6
  "license": "UNLICENSED",