@mindstudio-ai/remy 0.1.207 → 0.1.209
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 +9 -8
- package/dist/index.js +9 -8
- package/package.json +1 -1
package/dist/headless.js
CHANGED
|
@@ -3560,28 +3560,28 @@ var MODEL_SURFACES = {
|
|
|
3560
3560
|
userPickable: true
|
|
3561
3561
|
},
|
|
3562
3562
|
productVision: {
|
|
3563
|
-
default: "claude-
|
|
3563
|
+
default: "claude-5-sonnet",
|
|
3564
3564
|
label: "Roadmap Agent",
|
|
3565
3565
|
description: "Owns your product's roadmap and pitch deck. Helps decide what to build next and how to frame the big picture.",
|
|
3566
3566
|
modelType: "text",
|
|
3567
3567
|
userPickable: true
|
|
3568
3568
|
},
|
|
3569
3569
|
browserAutomation: {
|
|
3570
|
-
default: "claude-
|
|
3570
|
+
default: "claude-5-sonnet",
|
|
3571
3571
|
label: "QA Agent",
|
|
3572
3572
|
description: "Tests features and UI flows in an automated browser to verify they work end to end.",
|
|
3573
3573
|
modelType: "text",
|
|
3574
3574
|
userPickable: true
|
|
3575
3575
|
},
|
|
3576
3576
|
codeSanityCheck: {
|
|
3577
|
-
default: "claude-
|
|
3577
|
+
default: "claude-5-sonnet",
|
|
3578
3578
|
label: "Architecture Agent",
|
|
3579
3579
|
description: "Reviews the architecture and structure of code changes to avoid technical debt.",
|
|
3580
3580
|
modelType: "text",
|
|
3581
3581
|
userPickable: true
|
|
3582
3582
|
},
|
|
3583
3583
|
copyEditor: {
|
|
3584
|
-
default: "claude-
|
|
3584
|
+
default: "claude-5-sonnet",
|
|
3585
3585
|
label: "Copy Agent",
|
|
3586
3586
|
description: "Tightens prose and copy across your app and its launch materials so it reads sharp and human, never machine-made.",
|
|
3587
3587
|
modelType: "text",
|
|
@@ -3595,21 +3595,21 @@ var MODEL_SURFACES = {
|
|
|
3595
3595
|
userPickable: true
|
|
3596
3596
|
},
|
|
3597
3597
|
imageAnalysis: {
|
|
3598
|
-
default: "claude-
|
|
3598
|
+
default: "claude-5-sonnet",
|
|
3599
3599
|
label: "Image Analysis",
|
|
3600
3600
|
description: "Reads screenshots taken by the QA agent during automated browser tests. Other agents use their own built-in image analysis when they need to read images.",
|
|
3601
3601
|
modelType: "vision",
|
|
3602
3602
|
userPickable: true
|
|
3603
3603
|
},
|
|
3604
3604
|
conversationSummarizer: {
|
|
3605
|
-
default: "claude-
|
|
3605
|
+
default: "claude-5-sonnet",
|
|
3606
3606
|
label: "Compaction Utility",
|
|
3607
3607
|
description: "Compresses long conversations into summaries to keep things responsive.",
|
|
3608
3608
|
modelType: "text",
|
|
3609
3609
|
userPickable: true
|
|
3610
3610
|
},
|
|
3611
3611
|
brandExtractor: {
|
|
3612
|
-
default: "claude-
|
|
3612
|
+
default: "claude-5-sonnet",
|
|
3613
3613
|
label: "Brand Utility",
|
|
3614
3614
|
description: "Extracts your product's name, colors, and fonts from your spec for use in branded documents.",
|
|
3615
3615
|
modelType: "text",
|
|
@@ -3618,7 +3618,7 @@ var MODEL_SURFACES = {
|
|
|
3618
3618
|
// Internal surface — not user-pickable. Remy uses this to rewrite design
|
|
3619
3619
|
// briefs into model-optimized image prompts before image generation.
|
|
3620
3620
|
imagePromptEnhancer: {
|
|
3621
|
-
default: "claude-
|
|
3621
|
+
default: "claude-5-sonnet",
|
|
3622
3622
|
label: "Image Prompt Enhancer",
|
|
3623
3623
|
description: "Rewrites image briefs into model-optimized prompts before image generation.",
|
|
3624
3624
|
modelType: "text",
|
|
@@ -3632,6 +3632,7 @@ var ALLOWED_MODELS_BY_TYPE = {
|
|
|
3632
3632
|
"claude-4-6-opus",
|
|
3633
3633
|
"claude-4-6-sonnet",
|
|
3634
3634
|
"claude-fable-5",
|
|
3635
|
+
"claude-5-sonnet",
|
|
3635
3636
|
"gpt-5.5",
|
|
3636
3637
|
"gemini-3-pro",
|
|
3637
3638
|
"gemini-3.1-pro",
|
package/dist/index.js
CHANGED
|
@@ -2086,28 +2086,28 @@ var init_surfaces = __esm({
|
|
|
2086
2086
|
userPickable: true
|
|
2087
2087
|
},
|
|
2088
2088
|
productVision: {
|
|
2089
|
-
default: "claude-
|
|
2089
|
+
default: "claude-5-sonnet",
|
|
2090
2090
|
label: "Roadmap Agent",
|
|
2091
2091
|
description: "Owns your product's roadmap and pitch deck. Helps decide what to build next and how to frame the big picture.",
|
|
2092
2092
|
modelType: "text",
|
|
2093
2093
|
userPickable: true
|
|
2094
2094
|
},
|
|
2095
2095
|
browserAutomation: {
|
|
2096
|
-
default: "claude-
|
|
2096
|
+
default: "claude-5-sonnet",
|
|
2097
2097
|
label: "QA Agent",
|
|
2098
2098
|
description: "Tests features and UI flows in an automated browser to verify they work end to end.",
|
|
2099
2099
|
modelType: "text",
|
|
2100
2100
|
userPickable: true
|
|
2101
2101
|
},
|
|
2102
2102
|
codeSanityCheck: {
|
|
2103
|
-
default: "claude-
|
|
2103
|
+
default: "claude-5-sonnet",
|
|
2104
2104
|
label: "Architecture Agent",
|
|
2105
2105
|
description: "Reviews the architecture and structure of code changes to avoid technical debt.",
|
|
2106
2106
|
modelType: "text",
|
|
2107
2107
|
userPickable: true
|
|
2108
2108
|
},
|
|
2109
2109
|
copyEditor: {
|
|
2110
|
-
default: "claude-
|
|
2110
|
+
default: "claude-5-sonnet",
|
|
2111
2111
|
label: "Copy Agent",
|
|
2112
2112
|
description: "Tightens prose and copy across your app and its launch materials so it reads sharp and human, never machine-made.",
|
|
2113
2113
|
modelType: "text",
|
|
@@ -2121,21 +2121,21 @@ var init_surfaces = __esm({
|
|
|
2121
2121
|
userPickable: true
|
|
2122
2122
|
},
|
|
2123
2123
|
imageAnalysis: {
|
|
2124
|
-
default: "claude-
|
|
2124
|
+
default: "claude-5-sonnet",
|
|
2125
2125
|
label: "Image Analysis",
|
|
2126
2126
|
description: "Reads screenshots taken by the QA agent during automated browser tests. Other agents use their own built-in image analysis when they need to read images.",
|
|
2127
2127
|
modelType: "vision",
|
|
2128
2128
|
userPickable: true
|
|
2129
2129
|
},
|
|
2130
2130
|
conversationSummarizer: {
|
|
2131
|
-
default: "claude-
|
|
2131
|
+
default: "claude-5-sonnet",
|
|
2132
2132
|
label: "Compaction Utility",
|
|
2133
2133
|
description: "Compresses long conversations into summaries to keep things responsive.",
|
|
2134
2134
|
modelType: "text",
|
|
2135
2135
|
userPickable: true
|
|
2136
2136
|
},
|
|
2137
2137
|
brandExtractor: {
|
|
2138
|
-
default: "claude-
|
|
2138
|
+
default: "claude-5-sonnet",
|
|
2139
2139
|
label: "Brand Utility",
|
|
2140
2140
|
description: "Extracts your product's name, colors, and fonts from your spec for use in branded documents.",
|
|
2141
2141
|
modelType: "text",
|
|
@@ -2144,7 +2144,7 @@ var init_surfaces = __esm({
|
|
|
2144
2144
|
// Internal surface — not user-pickable. Remy uses this to rewrite design
|
|
2145
2145
|
// briefs into model-optimized image prompts before image generation.
|
|
2146
2146
|
imagePromptEnhancer: {
|
|
2147
|
-
default: "claude-
|
|
2147
|
+
default: "claude-5-sonnet",
|
|
2148
2148
|
label: "Image Prompt Enhancer",
|
|
2149
2149
|
description: "Rewrites image briefs into model-optimized prompts before image generation.",
|
|
2150
2150
|
modelType: "text",
|
|
@@ -2158,6 +2158,7 @@ var init_surfaces = __esm({
|
|
|
2158
2158
|
"claude-4-6-opus",
|
|
2159
2159
|
"claude-4-6-sonnet",
|
|
2160
2160
|
"claude-fable-5",
|
|
2161
|
+
"claude-5-sonnet",
|
|
2161
2162
|
"gpt-5.5",
|
|
2162
2163
|
"gemini-3-pro",
|
|
2163
2164
|
"gemini-3.1-pro",
|