sapper-iq 1.0.13 → 1.0.14
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/package.json +1 -1
- package/sapper.mjs +2 -0
package/package.json
CHANGED
package/sapper.mjs
CHANGED
|
@@ -206,6 +206,8 @@ Don't keep executing tools endlessly - provide insights after reading!`
|
|
|
206
206
|
content: 'ERROR: Your tool command is malformed. Use [TOOL:TYPE]path]content[/TOOL] or [TOOL:TYPE]path[/TOOL]'
|
|
207
207
|
});
|
|
208
208
|
} else {
|
|
209
|
+
// Normal response without tools - save context and wait for next input
|
|
210
|
+
fs.writeFileSync(CONTEXT_FILE, JSON.stringify(messages));
|
|
209
211
|
active = false;
|
|
210
212
|
}
|
|
211
213
|
}
|