@pluno/product-agent-web 0.1.161 → 0.1.162
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 +9 -2
- package/dist/product-agent-sdk.js +799 -749
- package/dist/product-agent-widget.js +1575 -1523
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -217,7 +217,11 @@ export declare class PlunoProductAgent {
|
|
|
217
217
|
private networkBatchTimer;
|
|
218
218
|
private queuedNetworkEvents;
|
|
219
219
|
private queuedClientEvents;
|
|
220
|
-
private
|
|
220
|
+
private pendingPassiveWarmupEvent;
|
|
221
|
+
private pendingComposerWarmup;
|
|
222
|
+
private activeComposerWarmupId;
|
|
223
|
+
private activeComposerWarmupScope;
|
|
224
|
+
private pendingWarmupAckTimer;
|
|
221
225
|
private pendingSessionHistoryRequests;
|
|
222
226
|
private pendingSessionPinRequests;
|
|
223
227
|
private pendingSessionRenameRequests;
|
|
@@ -303,7 +307,8 @@ export declare class PlunoProductAgent {
|
|
|
303
307
|
private refreshStarterPromptsForCurrentUrl;
|
|
304
308
|
private clearStarterPromptUrlRefreshTimer;
|
|
305
309
|
private flushQueuedClientEvents;
|
|
306
|
-
private
|
|
310
|
+
private flushPendingPassiveWarmup;
|
|
311
|
+
private flushPendingComposerWarmup;
|
|
307
312
|
private handleServerEvent;
|
|
308
313
|
private shouldIgnoreBackgroundSessionEvent;
|
|
309
314
|
private rememberCurrentRunAsBackground;
|
|
@@ -345,6 +350,8 @@ export declare class PlunoProductAgent {
|
|
|
345
350
|
private startHeartbeat;
|
|
346
351
|
private stopHeartbeat;
|
|
347
352
|
private clearHeartbeatAckTimer;
|
|
353
|
+
private clearPendingWarmupAckTimer;
|
|
354
|
+
private clearPendingComposerWarmup;
|
|
348
355
|
private clearSocketConnectTimer;
|
|
349
356
|
private clearSocketAuthTimer;
|
|
350
357
|
private clearSocketPhaseTimers;
|