ide-assi 0.550.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
|
@@ -202705,10 +202705,6 @@ class IdeAssi extends HTMLElement
|
|
|
202705
202705
|
|
|
202706
202706
|
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
202707
202707
|
|
|
202708
|
-
setTimeout(() => {
|
|
202709
|
-
//this.shadowRoot.querySelector("ide-tip-popup").close();
|
|
202710
|
-
}, 9000);
|
|
202711
|
-
|
|
202712
202708
|
/**
|
|
202713
202709
|
try {
|
|
202714
202710
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
@@ -202718,7 +202714,8 @@ class IdeAssi extends HTMLElement
|
|
|
202718
202714
|
} catch (error) {
|
|
202719
202715
|
console.error(error);
|
|
202720
202716
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
202721
|
-
}
|
|
202717
|
+
}
|
|
202718
|
+
*/
|
|
202722
202719
|
|
|
202723
202720
|
this.#ing = false;
|
|
202724
202721
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202701,10 +202701,6 @@ class IdeAssi extends HTMLElement
|
|
|
202701
202701
|
|
|
202702
202702
|
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
202703
202703
|
|
|
202704
|
-
setTimeout(() => {
|
|
202705
|
-
//this.shadowRoot.querySelector("ide-tip-popup").close();
|
|
202706
|
-
}, 9000);
|
|
202707
|
-
|
|
202708
202704
|
/**
|
|
202709
202705
|
try {
|
|
202710
202706
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
@@ -202714,7 +202710,8 @@ class IdeAssi extends HTMLElement
|
|
|
202714
202710
|
} catch (error) {
|
|
202715
202711
|
console.error(error);
|
|
202716
202712
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
202717
|
-
}
|
|
202713
|
+
}
|
|
202714
|
+
*/
|
|
202718
202715
|
|
|
202719
202716
|
this.#ing = false;
|
|
202720
202717
|
}
|
|
@@ -166,10 +166,6 @@ export class IdeAssi extends HTMLElement
|
|
|
166
166
|
|
|
167
167
|
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
168
168
|
|
|
169
|
-
setTimeout(() => {
|
|
170
|
-
//this.shadowRoot.querySelector("ide-tip-popup").close();
|
|
171
|
-
}, 9000);
|
|
172
|
-
|
|
173
169
|
/**
|
|
174
170
|
try {
|
|
175
171
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
@@ -179,7 +175,8 @@ export class IdeAssi extends HTMLElement
|
|
|
179
175
|
} catch (error) {
|
|
180
176
|
console.error(error);
|
|
181
177
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
182
|
-
}
|
|
178
|
+
}
|
|
179
|
+
*/
|
|
183
180
|
|
|
184
181
|
this.#ing = false;
|
|
185
182
|
}
|
package/package.json
CHANGED
|
@@ -166,10 +166,6 @@ export class IdeAssi extends HTMLElement
|
|
|
166
166
|
|
|
167
167
|
this.shadowRoot.querySelector("ide-tip-popup").popup();
|
|
168
168
|
|
|
169
|
-
setTimeout(() => {
|
|
170
|
-
//this.shadowRoot.querySelector("ide-tip-popup").close();
|
|
171
|
-
}, 9000);
|
|
172
|
-
|
|
173
169
|
/**
|
|
174
170
|
try {
|
|
175
171
|
const changedSource = await this.#ai.generateSourceClient(userPrompt, apply);
|
|
@@ -179,7 +175,8 @@ export class IdeAssi extends HTMLElement
|
|
|
179
175
|
} catch (error) {
|
|
180
176
|
console.error(error);
|
|
181
177
|
elAiChat.add("ai", String(error).replace("Error:", ""));
|
|
182
|
-
}
|
|
178
|
+
}
|
|
179
|
+
*/
|
|
183
180
|
|
|
184
181
|
this.#ing = false;
|
|
185
182
|
}
|