@pluno/product-agent-web 0.1.184 → 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 +7 -0
- package/dist/product-agent-sdk.js +931 -894
- package/dist/product-agent-widget.js +1440 -1403
- 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;
|
|
@@ -268,6 +271,7 @@ export declare class PlunoProductAgent {
|
|
|
268
271
|
private pendingClientMessageId;
|
|
269
272
|
private pendingUserMessageEvent;
|
|
270
273
|
private failedUserMessageEvent;
|
|
274
|
+
private personalModelSelectionOverride;
|
|
271
275
|
private activeClientMessageId;
|
|
272
276
|
private activeResponseUserMessageId;
|
|
273
277
|
private activeResponseRunId;
|
|
@@ -355,6 +359,9 @@ export declare class PlunoProductAgent {
|
|
|
355
359
|
private handleServerEvent;
|
|
356
360
|
private updatePersonalModelFromSession;
|
|
357
361
|
private shouldIgnoreBackgroundSessionEvent;
|
|
362
|
+
private shouldIgnoreDetachedSessionEvent;
|
|
363
|
+
private shouldDeferDetachedSessionEvent;
|
|
364
|
+
private rememberCurrentRunAsDetached;
|
|
358
365
|
private rememberCurrentRunAsBackground;
|
|
359
366
|
private retryAfterRetryableError;
|
|
360
367
|
private retryAfterInterruptedRun;
|