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.
@@ -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
  });
@@ -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
  });
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.154.0",
4
+ "version": "0.155.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -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
  });