@wix/ditto-codegen-public 1.0.202 → 1.0.203
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/out.js +4 -4
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -72911,7 +72911,7 @@ var require_DashboardPageAgent2 = __commonJS({
|
|
|
72911
72911
|
const autoPatternsDocSelector = new codegen_dashboard_agents_1.AutoPatternsContextAgent({
|
|
72912
72912
|
aiService: codeGenerationService_12.codegenAIProxyService,
|
|
72913
72913
|
provider: constants_1.LLM_PROVIDERS.ANTHROPIC,
|
|
72914
|
-
model: constants_1.LLM_MODELS.
|
|
72914
|
+
model: constants_1.LLM_MODELS.CLAUDE_HAIKU_4_5,
|
|
72915
72915
|
buildSystemPrompt: codegen_dashboard_agents_1.autoPatternsContextPrompt
|
|
72916
72916
|
});
|
|
72917
72917
|
const result = await autoPatternsDocSelector.generate(userRequestSummary);
|
|
@@ -82407,7 +82407,7 @@ var require_DashboardDecisionAgent = __commonJS({
|
|
|
82407
82407
|
userMessage,
|
|
82408
82408
|
systemPrompt,
|
|
82409
82409
|
provider: constants_1.LLM_PROVIDERS.ANTHROPIC,
|
|
82410
|
-
model: constants_1.LLM_MODELS.
|
|
82410
|
+
model: constants_1.LLM_MODELS.CLAUDE_HAIKU_4_5,
|
|
82411
82411
|
schema: autoPatternsLlmConfig,
|
|
82412
82412
|
agentName: this.name
|
|
82413
82413
|
});
|
|
@@ -97978,7 +97978,7 @@ ${iterationPlan.summary}
|
|
|
97978
97978
|
if (validIds.length === 0) {
|
|
97979
97979
|
return { extensions: [] };
|
|
97980
97980
|
}
|
|
97981
|
-
const model = (0, customAnthropicProvider_1.createCustomTextModel)()(constants_1.LLM_MODELS.
|
|
97981
|
+
const model = (0, customAnthropicProvider_1.createCustomTextModel)()(constants_1.LLM_MODELS.CLAUDE_HAIKU_4_5, {
|
|
97982
97982
|
agentName: this.name
|
|
97983
97983
|
});
|
|
97984
97984
|
const extensionDocumentation = this.getExtensionTypeDocumentation(iterationPlan);
|
|
@@ -98181,7 +98181,7 @@ var require_ExtensionIndexerAgent = __commonJS({
|
|
|
98181
98181
|
${srcFolderStructure}
|
|
98182
98182
|
</project_structure>`;
|
|
98183
98183
|
try {
|
|
98184
|
-
const model = (0, customAnthropicProvider_1.createCustomTextModel)()(constants_1.LLM_MODELS.
|
|
98184
|
+
const model = (0, customAnthropicProvider_1.createCustomTextModel)()(constants_1.LLM_MODELS.CLAUDE_HAIKU_4_5, {
|
|
98185
98185
|
agentName: this.name
|
|
98186
98186
|
});
|
|
98187
98187
|
await (0, ai_1.generateText)({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/ditto-codegen-public",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.203",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"@wix/ditto-codegen": "1.0.0",
|
|
25
25
|
"esbuild": "^0.27.2"
|
|
26
26
|
},
|
|
27
|
-
"falconPackageHash": "
|
|
27
|
+
"falconPackageHash": "bc0000ad46cd0244ee27c7b750e385a7bbaac900425d0d8eb04351c5"
|
|
28
28
|
}
|