@adhdev/daemon-core 0.8.72 → 0.8.74

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.
@@ -447,6 +447,8 @@ export interface ProviderModule {
447
447
  resume?: ProviderResumeCapability;
448
448
  /** Session ID probe config — auto-discovers provider session ID from local SQLite DB */
449
449
  sessionProbe?: ProviderSessionProbe;
450
+ /** Allow sending another prompt while the CLI is still generating so users can intervene mid-turn. */
451
+ allowInputDuringGeneration?: boolean;
450
452
  /** Approval button priority hints used when auto-approve must pick a positive action */
451
453
  approvalPositiveHints?: string[];
452
454