@mindstudio-ai/remy 0.1.261 → 0.1.262

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/dist/headless.js CHANGED
@@ -483,13 +483,17 @@ var ALLOWED_MODELS_BY_TYPE = {
483
483
  "gemini-3.1-pro",
484
484
  "gemini-3-flash",
485
485
  "gemini-3.5-flash",
486
+ "gemini-3.7-flash",
486
487
  "grok-build-0.1",
487
488
  "grok-4.5",
489
+ "grok-4.6",
488
490
  "glm-5.2",
489
491
  "muse-spark-1.1",
490
492
  "kimi-k2-7-code",
491
493
  "kimi-k3",
492
- "deepseek-v4-flash-0731"
494
+ "deepseek-v4-flash-0731",
495
+ "qwen3.8-2.4t-a95b-deepinfra",
496
+ "minimax-m3"
493
497
  ]
494
498
  // vision: undefined — unconstrained
495
499
  // image_generation: undefined — unconstrained
package/dist/index.js CHANGED
@@ -2195,13 +2195,17 @@ var init_surfaces = __esm({
2195
2195
  "gemini-3.1-pro",
2196
2196
  "gemini-3-flash",
2197
2197
  "gemini-3.5-flash",
2198
+ "gemini-3.7-flash",
2198
2199
  "grok-build-0.1",
2199
2200
  "grok-4.5",
2201
+ "grok-4.6",
2200
2202
  "glm-5.2",
2201
2203
  "muse-spark-1.1",
2202
2204
  "kimi-k2-7-code",
2203
2205
  "kimi-k3",
2204
- "deepseek-v4-flash-0731"
2206
+ "deepseek-v4-flash-0731",
2207
+ "qwen3.8-2.4t-a95b-deepinfra",
2208
+ "minimax-m3"
2205
2209
  ]
2206
2210
  // vision: undefined — unconstrained
2207
2211
  // image_generation: undefined — unconstrained
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.261",
3
+ "version": "0.1.262",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",