ide-assi 0.551.0 → 0.552.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
|
@@ -202703,9 +202703,9 @@ class IdeAssi extends HTMLElement
|
|
|
202703
202703
|
elAiChat.add("me", userPrompt);
|
|
202704
202704
|
elAiChat.add("ing", "...");
|
|
202705
202705
|
|
|
202706
|
-
|
|
202707
|
-
|
|
202706
|
+
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
202708
202707
|
|
|
202708
|
+
/**
|
|
202709
202709
|
try {
|
|
202710
202710
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
202711
202711
|
if (changedSource) {
|
|
@@ -202715,6 +202715,7 @@ class IdeAssi extends HTMLElement
|
|
|
202715
202715
|
console.error(error);
|
|
202716
202716
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
202717
202717
|
}
|
|
202718
|
+
*/
|
|
202718
202719
|
|
|
202719
202720
|
this.#ing = false;
|
|
202720
202721
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202699,9 +202699,9 @@ class IdeAssi extends HTMLElement
|
|
|
202699
202699
|
elAiChat.add("me", userPrompt);
|
|
202700
202700
|
elAiChat.add("ing", "...");
|
|
202701
202701
|
|
|
202702
|
-
|
|
202703
|
-
|
|
202702
|
+
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
202704
202703
|
|
|
202704
|
+
/**
|
|
202705
202705
|
try {
|
|
202706
202706
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
202707
202707
|
if (changedSource) {
|
|
@@ -202711,6 +202711,7 @@ class IdeAssi extends HTMLElement
|
|
|
202711
202711
|
console.error(error);
|
|
202712
202712
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
202713
202713
|
}
|
|
202714
|
+
*/
|
|
202714
202715
|
|
|
202715
202716
|
this.#ing = false;
|
|
202716
202717
|
}
|
|
@@ -164,9 +164,9 @@ export class IdeAssi extends HTMLElement
|
|
|
164
164
|
elAiChat.add("me", userPrompt);
|
|
165
165
|
elAiChat.add("ing", "...");
|
|
166
166
|
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
169
168
|
|
|
169
|
+
/**
|
|
170
170
|
try {
|
|
171
171
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
172
172
|
if (changedSource) {
|
|
@@ -176,6 +176,7 @@ export class IdeAssi extends HTMLElement
|
|
|
176
176
|
console.error(error);
|
|
177
177
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
178
178
|
}
|
|
179
|
+
*/
|
|
179
180
|
|
|
180
181
|
this.#ing = false;
|
|
181
182
|
}
|
package/package.json
CHANGED
|
@@ -164,9 +164,9 @@ export class IdeAssi extends HTMLElement
|
|
|
164
164
|
elAiChat.add("me", userPrompt);
|
|
165
165
|
elAiChat.add("ing", "...");
|
|
166
166
|
|
|
167
|
-
|
|
168
|
-
|
|
167
|
+
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
169
168
|
|
|
169
|
+
/**
|
|
170
170
|
try {
|
|
171
171
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
172
172
|
if (changedSource) {
|
|
@@ -176,6 +176,7 @@ export class IdeAssi extends HTMLElement
|
|
|
176
176
|
console.error(error);
|
|
177
177
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
178
178
|
}
|
|
179
|
+
*/
|
|
179
180
|
|
|
180
181
|
this.#ing = false;
|
|
181
182
|
}
|