@wix/ditto-codegen-public 1.0.338 → 1.0.339
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 +6 -6
- package/package.json +2 -2
package/dist/out.js
CHANGED
|
@@ -19249,7 +19249,6 @@ var require_opencode_init = __commonJS({
|
|
|
19249
19249
|
await (0, codegen_flow_helpers_12.updateJobPayload)(localJobContext, {
|
|
19250
19250
|
requiredPermissions: result.requiredPermissions,
|
|
19251
19251
|
files,
|
|
19252
|
-
history,
|
|
19253
19252
|
...agentOutput,
|
|
19254
19253
|
extensions
|
|
19255
19254
|
});
|
|
@@ -19276,9 +19275,8 @@ var require_opencode_init = __commonJS({
|
|
|
19276
19275
|
const extensions = await (0, collect_extensions_created_1.buildExtensionsJobPayload)(outputPath, files);
|
|
19277
19276
|
await (0, codegen_flow_helpers_12.updateJobPayload)(localJobContext, {
|
|
19278
19277
|
requiredPermissions: [],
|
|
19279
|
-
|
|
19278
|
+
error: codegenError,
|
|
19280
19279
|
files,
|
|
19281
|
-
history,
|
|
19282
19280
|
...agentOutput,
|
|
19283
19281
|
extensions
|
|
19284
19282
|
});
|
|
@@ -19463,7 +19461,7 @@ var require_opencode_iterate = __commonJS({
|
|
|
19463
19461
|
const extensions = await (0, collect_extensions_created_1.buildExtensionsJobPayload)(outputPath, files);
|
|
19464
19462
|
await (0, codegen_flow_helpers_12.updateJobPayload)(localJobContext, {
|
|
19465
19463
|
requiredPermissions: [],
|
|
19466
|
-
|
|
19464
|
+
error: codegenError,
|
|
19467
19465
|
files,
|
|
19468
19466
|
...agentOutput,
|
|
19469
19467
|
extensions
|
|
@@ -19616,7 +19614,8 @@ var require_opencode_ask = __commonJS({
|
|
|
19616
19614
|
await (0, inject_created_by_1.injectCreatedByIntoExtensionFiles)(outputPath, extensions.created);
|
|
19617
19615
|
await (0, codegen_flow_helpers_12.updateJobPayload)(localJobContext, {
|
|
19618
19616
|
files,
|
|
19619
|
-
extensions
|
|
19617
|
+
extensions,
|
|
19618
|
+
agentMessage: result.answer
|
|
19620
19619
|
});
|
|
19621
19620
|
await codeGenerationService_12.codeGenerationService.updateTask(jobId, taskId, ditto_codegen_types_12.Status.COMPLETED, {
|
|
19622
19621
|
taskOutput: {
|
|
@@ -19640,7 +19639,8 @@ var require_opencode_ask = __commonJS({
|
|
|
19640
19639
|
const extensions = await (0, collect_extensions_created_1.buildExtensionsJobPayload)(outputPath, files);
|
|
19641
19640
|
await (0, codegen_flow_helpers_12.updateJobPayload)(localJobContext, {
|
|
19642
19641
|
files,
|
|
19643
|
-
extensions
|
|
19642
|
+
extensions,
|
|
19643
|
+
error: codegenError
|
|
19644
19644
|
});
|
|
19645
19645
|
await (0, codegen_flow_helpers_12.updateParentTaskStatus)(localJobContext, ditto_codegen_types_12.Status.FAILED, codegenError);
|
|
19646
19646
|
(0, biEvents_1.reportSessionEnd)({
|
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.339",
|
|
4
4
|
"description": "AI-powered Wix CLI app generator - standalone executable",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "node build.mjs",
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"esbuild": "^0.27.2",
|
|
29
29
|
"vitest": "^4.0.16"
|
|
30
30
|
},
|
|
31
|
-
"falconPackageHash": "
|
|
31
|
+
"falconPackageHash": "4bb8dbd668f0e6ab047f19ba1a880010def1efea31022da9badb5037"
|
|
32
32
|
}
|