ide-assi 0.154.0 → 0.155.0
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/bundle.cjs.js +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +1 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -193646,6 +193646,7 @@ class IdeAi
|
|
|
193646
193646
|
await this.#generateTmplFile("/prompts/meta/BuildReactJsx.txt", "react.jsx", {
|
|
193647
193647
|
userPrompt: userPrompt,
|
|
193648
193648
|
menuUrl: where.menu.url,
|
|
193649
|
+
menuName: where.menu.name,
|
|
193649
193650
|
controllerSource: controllerSrc,
|
|
193650
193651
|
tableDefinitions: columnInfo,
|
|
193651
193652
|
});
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193642,6 +193642,7 @@ class IdeAi
|
|
|
193642
193642
|
await this.#generateTmplFile("/prompts/meta/BuildReactJsx.txt", "react.jsx", {
|
|
193643
193643
|
userPrompt: userPrompt,
|
|
193644
193644
|
menuUrl: where.menu.url,
|
|
193645
|
+
menuName: where.menu.name,
|
|
193645
193646
|
controllerSource: controllerSrc,
|
|
193646
193647
|
tableDefinitions: columnInfo,
|
|
193647
193648
|
});
|
package/dist/components/ideAi.js
CHANGED
|
@@ -312,6 +312,7 @@ export class IdeAi
|
|
|
312
312
|
const jsSrc = await this.#generateTmplFile("/prompts/meta/BuildReactJsx.txt", "react.jsx", {
|
|
313
313
|
userPrompt: userPrompt,
|
|
314
314
|
menuUrl: where.menu.url,
|
|
315
|
+
menuName: where.menu.name,
|
|
315
316
|
controllerSource: controllerSrc,
|
|
316
317
|
tableDefinitions: columnInfo,
|
|
317
318
|
});
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -312,6 +312,7 @@ export class IdeAi
|
|
|
312
312
|
const jsSrc = await this.#generateTmplFile("/prompts/meta/BuildReactJsx.txt", "react.jsx", {
|
|
313
313
|
userPrompt: userPrompt,
|
|
314
314
|
menuUrl: where.menu.url,
|
|
315
|
+
menuName: where.menu.name,
|
|
315
316
|
controllerSource: controllerSrc,
|
|
316
317
|
tableDefinitions: columnInfo,
|
|
317
318
|
});
|