@pluno/product-agent-web 0.1.197 → 0.1.199

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 CHANGED
@@ -296,6 +296,7 @@ export declare class ProductAgentSessionEngine {
296
296
  private readonly backgroundSessionIds;
297
297
  private readonly backgroundClientMessageIds;
298
298
  private readonly deferredSessionUpdatedSessionIds;
299
+ private readonly sessionTimelineCache;
299
300
  private readonly detachedSessionIds;
300
301
  private readonly detachedClientMessageIds;
301
302
  private readonly deferredDetachedSessionEvents;
@@ -404,6 +405,8 @@ export declare class ProductAgentSessionEngine {
404
405
  private clearStarterPromptUrlRefreshTimer;
405
406
  private flushQueuedClientEvents;
406
407
  private resetForAuthenticationScopeChange;
408
+ private rememberSessionTimeline;
409
+ private getCachedSessionTimeline;
407
410
  private flushPendingWidgetLifecycleEvents;
408
411
  private flushPendingPassiveWarmup;
409
412
  private flushPendingComposerWarmup;
@@ -418,6 +421,7 @@ export declare class ProductAgentSessionEngine {
418
421
  private updatePersonalModelFromSession;
419
422
  private updateAccountFallbackFromSession;
420
423
  private shouldIgnoreBackgroundSessionEvent;
424
+ private updateInactiveSessionTimelineCache;
421
425
  private shouldIgnoreDetachedSessionEvent;
422
426
  private shouldDeferDetachedSessionEvent;
423
427
  private rememberCurrentRunAsDetached;