@adhdev/daemon-core 0.9.6 → 0.9.8

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.
@@ -128,21 +128,20 @@ export declare class ProviderCliAdapter implements CliAdapter {
128
128
  private scheduleStartupSettleCheck;
129
129
  private scheduleSettle;
130
130
  private armApprovalExitTimeout;
131
- private looksLikeVisibleIdlePrompt;
132
- private findLastMatchingLineIndex;
133
- private looksLikeClaudeGeneratingLine;
134
- private detectClaudeGeneratingOverride;
135
- private refineDetectedStatus;
136
- private looksLikeVisibleAssistantCandidate;
137
131
  private shouldRetryFinishResponse;
138
132
  private hasRecentInteractiveActivity;
139
133
  private shouldDeferIdleTimeoutFinish;
140
- private getStartupConfirmationModal;
141
- private shouldResolveModalWithEnter;
142
134
  private waitForInteractivePrompt;
135
+ private trimLastAssistantEcho;
136
+ private clearAllTimers;
143
137
  private clearStaleIdleResponseGuard;
144
138
  private hasMeaningfulResponseBuffer;
145
139
  private evaluateSettled;
140
+ private applyPendingScriptStatusDebounce;
141
+ private applyHoldGenerating;
142
+ private applyWaitingApproval;
143
+ private applyGenerating;
144
+ private applyIdle;
146
145
  private finishResponse;
147
146
  private maybeCommitVisibleIdleTranscript;
148
147
  private commitCurrentTranscript;
@@ -159,7 +159,6 @@ export declare function getLastUserPromptText(messages: Array<{
159
159
  role?: string;
160
160
  content?: string;
161
161
  }> | null | undefined): string;
162
- export declare function looksLikeConfirmOnlyLabel(label: string): boolean;
163
162
  export declare function normalizeCliProviderForRuntime(raw: unknown): {
164
163
  patterns: {
165
164
  approval: RegExp[];