@wrongstack/tui 0.272.1 → 0.273.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
@@ -246,6 +246,11 @@ interface RunTuiOptions {
246
246
  * hook so the engine and TUI never race for the shared Context.
247
247
  */
248
248
  getParallelEngine?: (() => _wrongstack_core.ParallelEternalEngine | null) | undefined;
249
+ /**
250
+ * Access the active SDD parallel run's control surface (or null). The TUI's
251
+ * SIGINT handler uses it to stop a running `/sdd parallel` on the first Ctrl+C.
252
+ */
253
+ getSddRun?: (() => _wrongstack_core.SddRunControl | null) | undefined;
249
254
  /**
250
255
  * Subscribe to live per-iteration events from the eternal engine.
251
256
  * Returns an unsubscribe function. TUI uses this to render each