ide-assi 0.85.0 → 0.86.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.
@@ -193564,6 +193564,7 @@ class IdeAssi extends HTMLElement
193564
193564
  //this.#createModel();
193565
193565
 
193566
193566
  const r = await this.#ai.generateSourceClient(userPrompt);
193567
+ elAiChat.add("ai", r);
193567
193568
 
193568
193569
  /**
193569
193570
  const r = await this.#ai.generateSource(userPrompt);
@@ -193560,6 +193560,7 @@ class IdeAssi extends HTMLElement
193560
193560
  //this.#createModel();
193561
193561
 
193562
193562
  const r = await this.#ai.generateSourceClient(userPrompt);
193563
+ elAiChat.add("ai", r);
193563
193564
 
193564
193565
  /**
193565
193566
  const r = await this.#ai.generateSource(userPrompt);
@@ -96,6 +96,7 @@ export class IdeAssi extends HTMLElement
96
96
  //this.#createModel();
97
97
 
98
98
  const r = await this.#ai.generateSourceClient(userPrompt);
99
+ elAiChat.add("ai", r);
99
100
 
100
101
  /**
101
102
  const r = await this.#ai.generateSource(userPrompt);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.85.0",
4
+ "version": "0.86.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -96,6 +96,7 @@ export class IdeAssi extends HTMLElement
96
96
  //this.#createModel();
97
97
 
98
98
  const r = await this.#ai.generateSourceClient(userPrompt);
99
+ elAiChat.add("ai", r);
99
100
 
100
101
  /**
101
102
  const r = await this.#ai.generateSource(userPrompt);