ide-assi 0.634.0 → 0.635.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 +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +1 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -202989,6 +202989,7 @@ console.log(el, href, title);
|
|
|
202989
202989
|
else if (what === "U1") {
|
|
202990
202990
|
// .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
|
|
202991
202991
|
const el = document.querySelector(".list-wrapper.active");
|
|
202992
|
+
console.log("================", el);
|
|
202992
202993
|
if (el) {
|
|
202993
202994
|
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
202994
202995
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202985,6 +202985,7 @@ console.log(el, href, title);
|
|
|
202985
202985
|
else if (what === "U1") {
|
|
202986
202986
|
// .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
|
|
202987
202987
|
const el = document.querySelector(".list-wrapper.active");
|
|
202988
|
+
console.log("================", el);
|
|
202988
202989
|
if (el) {
|
|
202989
202990
|
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
202990
202991
|
}
|
package/dist/components/ideAi.js
CHANGED
|
@@ -1123,6 +1123,7 @@ console.log(el, href, title);
|
|
|
1123
1123
|
else if (what === "U1") {
|
|
1124
1124
|
// .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
|
|
1125
1125
|
const el = document.querySelector(".list-wrapper.active");
|
|
1126
|
+
console.log("================", el);
|
|
1126
1127
|
if (el) {
|
|
1127
1128
|
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
1128
1129
|
}
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -1123,6 +1123,7 @@ console.log(el, href, title);
|
|
|
1123
1123
|
else if (what === "U1") {
|
|
1124
1124
|
// .list-wrapper 또는 .detail-wrapper-* 중에서 .active 클래스를 가진 첫 번째 요소를 찾습니다.
|
|
1125
1125
|
const el = document.querySelector(".list-wrapper.active");
|
|
1126
|
+
console.log("================", el);
|
|
1126
1127
|
if (el) {
|
|
1127
1128
|
return await this.#modifySource(userPrompt, apply, progressMessageInstance);
|
|
1128
1129
|
}
|