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