@pluno/product-agent-web 0.1.185 → 0.1.186
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 +6 -0
- package/dist/product-agent-sdk.js +794 -758
- package/dist/product-agent-widget.js +1140 -1104
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -259,6 +259,9 @@ export declare class PlunoProductAgent {
|
|
|
259
259
|
private readonly backgroundSessionIds;
|
|
260
260
|
private readonly backgroundClientMessageIds;
|
|
261
261
|
private readonly deferredSessionUpdatedSessionIds;
|
|
262
|
+
private readonly detachedSessionIds;
|
|
263
|
+
private readonly detachedClientMessageIds;
|
|
264
|
+
private readonly deferredDetachedSessionEvents;
|
|
262
265
|
private readonly retryableFailureRunIdsAwaitingDone;
|
|
263
266
|
private thinkingWatchdogTimer;
|
|
264
267
|
private runAckWatchdogTimer;
|
|
@@ -356,6 +359,9 @@ export declare class PlunoProductAgent {
|
|
|
356
359
|
private handleServerEvent;
|
|
357
360
|
private updatePersonalModelFromSession;
|
|
358
361
|
private shouldIgnoreBackgroundSessionEvent;
|
|
362
|
+
private shouldIgnoreDetachedSessionEvent;
|
|
363
|
+
private shouldDeferDetachedSessionEvent;
|
|
364
|
+
private rememberCurrentRunAsDetached;
|
|
359
365
|
private rememberCurrentRunAsBackground;
|
|
360
366
|
private retryAfterRetryableError;
|
|
361
367
|
private retryAfterInterruptedRun;
|