reasonix 0.13.2 → 0.14.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.
package/dist/index.js CHANGED
@@ -2644,6 +2644,7 @@ var CacheFirstLoop = class {
2644
2644
  if (signal.aborted) {
2645
2645
  this.autoCompactToolResultsOnTurnEnd();
2646
2646
  yield { turn: this._turn, role: "done", content: "" };
2647
+ this._turnAbort = new AbortController();
2647
2648
  return;
2648
2649
  }
2649
2650
  yield {