ide-assi 0.292.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.
@@ -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
  }
@@ -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
  }
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.292.0",
4
+ "version": "0.293.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -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);