@mindstudio-ai/remy 0.1.234 → 0.1.235

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
@@ -380,14 +380,14 @@ async function fetchRemyContext(config) {
380
380
  // src/models/surfaces.ts
381
381
  var MODEL_SURFACES = {
382
382
  parent: {
383
- default: "claude-5-opus",
383
+ default: "claude-4-8-opus",
384
384
  label: "Remy",
385
385
  description: "The main Remy agent you chat with about your product. Writes code and manages delegation to other agents.",
386
386
  modelType: "text",
387
387
  userPickable: true
388
388
  },
389
389
  visualDesignExpert: {
390
- default: "claude-5-opus",
390
+ default: "claude-4-8-opus",
391
391
  label: "Design Agent",
392
392
  description: "Designs your product's interfaces, including components, layouts, typography, color, and visual identity.",
393
393
  modelType: "text",
package/dist/index.js CHANGED
@@ -1996,14 +1996,14 @@ var init_surfaces = __esm({
1996
1996
  "use strict";
1997
1997
  MODEL_SURFACES = {
1998
1998
  parent: {
1999
- default: "claude-5-opus",
1999
+ default: "claude-4-8-opus",
2000
2000
  label: "Remy",
2001
2001
  description: "The main Remy agent you chat with about your product. Writes code and manages delegation to other agents.",
2002
2002
  modelType: "text",
2003
2003
  userPickable: true
2004
2004
  },
2005
2005
  visualDesignExpert: {
2006
- default: "claude-5-opus",
2006
+ default: "claude-4-8-opus",
2007
2007
  label: "Design Agent",
2008
2008
  description: "Designs your product's interfaces, including components, layouts, typography, color, and visual identity.",
2009
2009
  modelType: "text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.234",
3
+ "version": "0.1.235",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",