@bastani/atomic 0.8.26 → 0.8.27-alpha.1

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.
@@ -1490,7 +1490,7 @@ export class AgentSession {
1490
1490
  if (!preparation) {
1491
1491
  return undefined;
1492
1492
  }
1493
- const validated = await runContextCompact(preparation, this.model, options.apiKey, options.headers, options.abortController.signal, undefined, mode);
1493
+ const validated = await runContextCompact(preparation, this.model, options.apiKey, options.headers, options.abortController.signal, this.thinkingLevel, mode);
1494
1494
  if (options.abortController.signal.aborted) {
1495
1495
  throw new Error("Compaction cancelled");
1496
1496
  }