@dreb/coding-agent 2.31.0 → 2.32.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.
@@ -42,9 +42,16 @@ export declare class InteractiveMode {
42
42
  private version;
43
43
  private isInitialized;
44
44
  private onInputCallback?;
45
- private loadingAnimation;
46
45
  private pendingWorkingMessage;
47
46
  private readonly defaultWorkingMessage;
47
+ private readonly workingFrames;
48
+ private workingFrame;
49
+ private workingInterval;
50
+ private inlineStatusOwner;
51
+ private inlineStatusSpinner;
52
+ private warnedMissingInlineStatus;
53
+ private isAgentWorking;
54
+ private currentWorkingMessage;
48
55
  private lastSigintTime;
49
56
  private lastEscapeTime;
50
57
  private changelogMarkdown;
@@ -163,6 +170,16 @@ export declare class InteractiveMode {
163
170
  private setExtensionHeader;
164
171
  private addExtensionTerminalInputListener;
165
172
  private clearExtensionTerminalInputListeners;
173
+ private defaultInterruptWorkingMessage;
174
+ private setEditorInlineStatus;
175
+ private renderWorkingIndicator;
176
+ private startInlineStatus;
177
+ private stopInlineStatus;
178
+ private startInlineLoader;
179
+ private startAgentWorking;
180
+ private stopAgentWorking;
181
+ private stopAllInlineStatus;
182
+ private setWorkingMessage;
166
183
  /**
167
184
  * Create the ExtensionUIContext for extensions.
168
185
  */