@noobdemon/noob-cli 1.10.5 → 1.10.6

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/repl.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noobdemon/noob-cli",
3
- "version": "1.10.5",
3
+ "version": "1.10.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
package/src/repl.js CHANGED
@@ -1311,7 +1311,7 @@ NGUYÊN TẮC:
1311
1311
  return res;
1312
1312
  };
1313
1313
 
1314
- const answer = await runAgent({
1314
+ let answer = await runAgent({
1315
1315
  history: state.history,
1316
1316
  model: state.model.id,
1317
1317
  signal: abort.signal,