@pluno/product-agent-web 0.1.76 → 0.1.78

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
@@ -184,6 +184,7 @@ export declare class PlunoProductAgent {
184
184
  private readonly attachmentBlobCache;
185
185
  private sessionUserFilesApiCleanup;
186
186
  private readonly activeBrowserToolCalls;
187
+ private readonly scheduledChatContinuationScheduler;
187
188
  private pageLifecycleCleanup;
188
189
  private transientStarterPromptsRequestInFlight;
189
190
  private transientStarterPromptsRequestAttempted;
@@ -200,6 +201,7 @@ export declare class PlunoProductAgent {
200
201
  destroy(): void;
201
202
  sendMessage(content: string, options?: {
202
203
  attachments?: ProductAgentAttachment[];
204
+ clientMessageId?: string;
203
205
  }): string | null;
204
206
  retryLastMessage(): boolean;
205
207
  createLocalAttachment(file: File): ProductAgentAttachment;