ide-assi 0.699.0 → 0.700.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.
@@ -202715,7 +202715,7 @@ class IdeAi
202715
202715
  #invoke = async (path, params) => {
202716
202716
 
202717
202717
  const prompt = await IdeUtils.generatePrompt(path, params);
202718
- console.log(prompt);
202718
+ //console.log(prompt);
202719
202719
 
202720
202720
  try {
202721
202721
  const response = await this.#model.invoke([
@@ -203108,7 +203108,7 @@ console.log(el, href, title);
203108
203108
  * }
203109
203109
  */
203110
203110
  const src = await api.post("/api/source/read", srcPath);
203111
- //console.log(src);
203111
+ console.log(srcPath, src);
203112
203112
 
203113
203113
  /**
203114
203114
  const response = await fetch(srcPath.javascript);
@@ -202711,7 +202711,7 @@ class IdeAi
202711
202711
  #invoke = async (path, params) => {
202712
202712
 
202713
202713
  const prompt = await IdeUtils.generatePrompt(path, params);
202714
- console.log(prompt);
202714
+ //console.log(prompt);
202715
202715
 
202716
202716
  try {
202717
202717
  const response = await this.#model.invoke([
@@ -203104,7 +203104,7 @@ console.log(el, href, title);
203104
203104
  * }
203105
203105
  */
203106
203106
  const src = await api.post("/api/source/read", srcPath);
203107
- //console.log(src);
203107
+ console.log(srcPath, src);
203108
203108
 
203109
203109
  /**
203110
203110
  const response = await fetch(srcPath.javascript);
@@ -189,7 +189,7 @@ export class IdeAi
189
189
  #invoke = async (path, params) => {
190
190
 
191
191
  const prompt = await IdeUtils.generatePrompt(path, params);
192
- console.log(prompt);
192
+ //console.log(prompt);
193
193
 
194
194
  try {
195
195
  const response = await this.#model.invoke([
@@ -582,7 +582,7 @@ console.log(el, href, title);
582
582
  * }
583
583
  */
584
584
  const src = await api.post("/api/source/read", srcPath);
585
- //console.log(src);
585
+ console.log(srcPath, src);
586
586
 
587
587
  /**
588
588
  const response = await fetch(srcPath.javascript);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.699.0",
4
+ "version": "0.700.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -189,7 +189,7 @@ export class IdeAi
189
189
  #invoke = async (path, params) => {
190
190
 
191
191
  const prompt = await IdeUtils.generatePrompt(path, params);
192
- console.log(prompt);
192
+ //console.log(prompt);
193
193
 
194
194
  try {
195
195
  const response = await this.#model.invoke([
@@ -582,7 +582,7 @@ console.log(el, href, title);
582
582
  * }
583
583
  */
584
584
  const src = await api.post("/api/source/read", srcPath);
585
- //console.log(src);
585
+ console.log(srcPath, src);
586
586
 
587
587
  /**
588
588
  const response = await fetch(srcPath.javascript);