ide-assi 0.291.0 → 0.293.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 -3
- package/dist/bundle.esm.js +1 -3
- package/dist/components/ideAi.js +1 -1
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -193935,9 +193935,7 @@ class IdeAi
|
|
|
193935
193935
|
this.#parent.addMessage("명령을 이해했습니다.");
|
|
193936
193936
|
|
|
193937
193937
|
if (what === "1") {
|
|
193938
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript)
|
|
193939
|
-
return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
193940
|
-
}
|
|
193938
|
+
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
193941
193939
|
//await this.#createSource(userPrompt, apply);
|
|
193942
193940
|
await this.#modifySource(userPrompt, apply);
|
|
193943
193941
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193931,9 +193931,7 @@ class IdeAi
|
|
|
193931
193931
|
this.#parent.addMessage("명령을 이해했습니다.");
|
|
193932
193932
|
|
|
193933
193933
|
if (what === "1") {
|
|
193934
|
-
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript)
|
|
193935
|
-
return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
193936
|
-
}
|
|
193934
|
+
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) ;
|
|
193937
193935
|
//await this.#createSource(userPrompt, apply);
|
|
193938
193936
|
await this.#modifySource(userPrompt, apply);
|
|
193939
193937
|
}
|
package/dist/components/ideAi.js
CHANGED
|
@@ -519,7 +519,7 @@ export class IdeAi
|
|
|
519
519
|
|
|
520
520
|
if (what === "1") {
|
|
521
521
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
522
|
-
return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
522
|
+
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
523
523
|
}
|
|
524
524
|
//await this.#createSource(userPrompt, apply);
|
|
525
525
|
await this.#modifySource(userPrompt, apply);
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -519,7 +519,7 @@ export class IdeAi
|
|
|
519
519
|
|
|
520
520
|
if (what === "1") {
|
|
521
521
|
if (!apply.mybatis || !apply.service || !apply.controller || !apply.javascript) {
|
|
522
|
-
return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
522
|
+
//return "소스 생성하실려면 변경대상 소스를 모두 선택하세요.";
|
|
523
523
|
}
|
|
524
524
|
//await this.#createSource(userPrompt, apply);
|
|
525
525
|
await this.#modifySource(userPrompt, apply);
|