@t2000/engine 0.5.10 → 0.5.11
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/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2024,9 +2024,6 @@ var QueryEngine = class {
|
|
|
2024
2024
|
yield { type: "turn_complete", stopReason: "end_turn" };
|
|
2025
2025
|
return;
|
|
2026
2026
|
}
|
|
2027
|
-
if (this.mcpManager && typeof this.mcpManager.cache?.invalidate === "function") {
|
|
2028
|
-
this.mcpManager.cache.invalidate();
|
|
2029
|
-
}
|
|
2030
2027
|
yield* this.agentLoop(null, signal, false);
|
|
2031
2028
|
}
|
|
2032
2029
|
interrupt() {
|