ide-assi 0.285.0 → 0.286.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.
@@ -193607,7 +193607,7 @@ class IdeAi
193607
193607
 
193608
193608
  #invoke = async (path, params) => {
193609
193609
  const prompt = await IdeUtils.generatePrompt(path, params);
193610
- console.log(prompt);
193610
+
193611
193611
  try {
193612
193612
  const response = await this.#model.invoke([
193613
193613
  //new SystemMessage(systemMessage),
@@ -193895,6 +193895,29 @@ class IdeAssi extends HTMLElement
193895
193895
  </div>
193896
193896
  <nx-ai-chat></nx-ai-chat>
193897
193897
  <div class="foot">
193898
+ <div class="apply-src">
193899
+ <legend>변경 소스:</legend>
193900
+
193901
+ <div>
193902
+ <input type="checkbox" id="mybatis" name="mybatis" value="Y" />
193903
+ <label for="mybatis">MyBatis</label>
193904
+ </div>
193905
+
193906
+ <div>
193907
+ <input type="checkbox" id="service" name="service" value="Y" />
193908
+ <label for="service">Service</label>
193909
+ </div>
193910
+
193911
+ <div>
193912
+ <input type="checkbox" id="controller" name="controller" value="Y" />
193913
+ <label for="controller">Controller</label>
193914
+ </div>
193915
+
193916
+ <div>
193917
+ <input type="checkbox" id="javascript" name="javascript" value="Y" />
193918
+ <label for="javascript">JavaScript</label>
193919
+ </div>
193920
+ </div>
193898
193921
  <textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
193899
193922
  </div>
193900
193923
  </div>
@@ -193603,7 +193603,7 @@ class IdeAi
193603
193603
 
193604
193604
  #invoke = async (path, params) => {
193605
193605
  const prompt = await IdeUtils.generatePrompt(path, params);
193606
- console.log(prompt);
193606
+
193607
193607
  try {
193608
193608
  const response = await this.#model.invoke([
193609
193609
  //new SystemMessage(systemMessage),
@@ -193891,6 +193891,29 @@ class IdeAssi extends HTMLElement
193891
193891
  </div>
193892
193892
  <nx-ai-chat></nx-ai-chat>
193893
193893
  <div class="foot">
193894
+ <div class="apply-src">
193895
+ <legend>변경 소스:</legend>
193896
+
193897
+ <div>
193898
+ <input type="checkbox" id="mybatis" name="mybatis" value="Y" />
193899
+ <label for="mybatis">MyBatis</label>
193900
+ </div>
193901
+
193902
+ <div>
193903
+ <input type="checkbox" id="service" name="service" value="Y" />
193904
+ <label for="service">Service</label>
193905
+ </div>
193906
+
193907
+ <div>
193908
+ <input type="checkbox" id="controller" name="controller" value="Y" />
193909
+ <label for="controller">Controller</label>
193910
+ </div>
193911
+
193912
+ <div>
193913
+ <input type="checkbox" id="javascript" name="javascript" value="Y" />
193914
+ <label for="javascript">JavaScript</label>
193915
+ </div>
193916
+ </div>
193894
193917
  <textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
193895
193918
  </div>
193896
193919
  </div>
@@ -188,7 +188,7 @@ export class IdeAi
188
188
 
189
189
  #invoke = async (path, params) => {
190
190
  const prompt = await IdeUtils.generatePrompt(path, params);
191
- console.log(prompt);
191
+
192
192
  try {
193
193
  const response = await this.#model.invoke([
194
194
  //new SystemMessage(systemMessage),
@@ -36,6 +36,29 @@ export class IdeAssi extends HTMLElement
36
36
  </div>
37
37
  <nx-ai-chat></nx-ai-chat>
38
38
  <div class="foot">
39
+ <div class="apply-src">
40
+ <legend>변경 소스:</legend>
41
+
42
+ <div>
43
+ <input type="checkbox" id="mybatis" name="mybatis" value="Y" />
44
+ <label for="mybatis">MyBatis</label>
45
+ </div>
46
+
47
+ <div>
48
+ <input type="checkbox" id="service" name="service" value="Y" />
49
+ <label for="service">Service</label>
50
+ </div>
51
+
52
+ <div>
53
+ <input type="checkbox" id="controller" name="controller" value="Y" />
54
+ <label for="controller">Controller</label>
55
+ </div>
56
+
57
+ <div>
58
+ <input type="checkbox" id="javascript" name="javascript" value="Y" />
59
+ <label for="javascript">JavaScript</label>
60
+ </div>
61
+ </div>
39
62
  <textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
40
63
  </div>
41
64
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.285.0",
4
+ "version": "0.286.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -188,7 +188,7 @@ export class IdeAi
188
188
 
189
189
  #invoke = async (path, params) => {
190
190
  const prompt = await IdeUtils.generatePrompt(path, params);
191
- console.log(prompt);
191
+
192
192
  try {
193
193
  const response = await this.#model.invoke([
194
194
  //new SystemMessage(systemMessage),
@@ -36,6 +36,29 @@ export class IdeAssi extends HTMLElement
36
36
  </div>
37
37
  <nx-ai-chat></nx-ai-chat>
38
38
  <div class="foot">
39
+ <div class="apply-src">
40
+ <legend>변경 소스:</legend>
41
+
42
+ <div>
43
+ <input type="checkbox" id="mybatis" name="mybatis" value="Y" />
44
+ <label for="mybatis">MyBatis</label>
45
+ </div>
46
+
47
+ <div>
48
+ <input type="checkbox" id="service" name="service" value="Y" />
49
+ <label for="service">Service</label>
50
+ </div>
51
+
52
+ <div>
53
+ <input type="checkbox" id="controller" name="controller" value="Y" />
54
+ <label for="controller">Controller</label>
55
+ </div>
56
+
57
+ <div>
58
+ <input type="checkbox" id="javascript" name="javascript" value="Y" />
59
+ <label for="javascript">JavaScript</label>
60
+ </div>
61
+ </div>
39
62
  <textarea name="ask" id="q" name="q" rows="4" placeholder="${textareaText}"></textarea>
40
63
  </div>
41
64
  </div>