ide-assi 0.577.0 → 0.578.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.
@@ -202714,6 +202714,7 @@ class IdeAssi extends HTMLElement
202714
202714
  const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
202715
202715
  tipPopup.popup();
202716
202716
 
202717
+ /**
202717
202718
  try {
202718
202719
  const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
202719
202720
  tipPopup.close();
@@ -202725,7 +202726,7 @@ class IdeAssi extends HTMLElement
202725
202726
  tipPopup.close();
202726
202727
  console.error(error);
202727
202728
  elAiChat.add("ai", String(error).replace("Error:", ""));
202728
- }
202729
+ } */
202729
202730
 
202730
202731
  this.#ing = false;
202731
202732
  }
@@ -202710,6 +202710,7 @@ class IdeAssi extends HTMLElement
202710
202710
  const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
202711
202711
  tipPopup.popup();
202712
202712
 
202713
+ /**
202713
202714
  try {
202714
202715
  const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
202715
202716
  tipPopup.close();
@@ -202721,7 +202722,7 @@ class IdeAssi extends HTMLElement
202721
202722
  tipPopup.close();
202722
202723
  console.error(error);
202723
202724
  elAiChat.add("ai", String(error).replace("Error:", ""));
202724
- }
202725
+ } */
202725
202726
 
202726
202727
  this.#ing = false;
202727
202728
  }
@@ -172,6 +172,7 @@ export class IdeAssi extends HTMLElement
172
172
  const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
173
173
  tipPopup.popup();
174
174
 
175
+ /**
175
176
  try {
176
177
  const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
177
178
  tipPopup.close();
@@ -183,7 +184,7 @@ export class IdeAssi extends HTMLElement
183
184
  tipPopup.close();
184
185
  console.error(error);
185
186
  elAiChat.add("ai", String(error).replace("Error:", ""));
186
- }
187
+ } */
187
188
 
188
189
  this.#ing = false;
189
190
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.577.0",
4
+ "version": "0.578.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -172,6 +172,7 @@ export class IdeAssi extends HTMLElement
172
172
  const tipPopup = this.shadowRoot.querySelector("ide-tip-popup");
173
173
  tipPopup.popup();
174
174
 
175
+ /**
175
176
  try {
176
177
  const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
177
178
  tipPopup.close();
@@ -183,7 +184,7 @@ export class IdeAssi extends HTMLElement
183
184
  tipPopup.close();
184
185
  console.error(error);
185
186
  elAiChat.add("ai", String(error).replace("Error:", ""));
186
- }
187
+ } */
187
188
 
188
189
  this.#ing = false;
189
190
  }