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