@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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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",
|