@wrongstack/tui 0.119.1 → 0.148.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.d.ts CHANGED
@@ -33,6 +33,8 @@ type Settings = {
33
33
  auditLevel: 'minimal' | 'standard' | 'full';
34
34
  indexOnStart: boolean;
35
35
  maxIterations: number;
36
+ /** Maximum auto-proceed iterations (0 = unlimited). */
37
+ autoProceedMaxIterations: number;
36
38
  /** Prompt refinement preview countdown (ms). */
37
39
  enhanceDelayMs: number;
38
40
  /** Raw SSE stream debugging — hex-dump every byte received from providers. */