@probelabs/probe 0.6.0-rc199 → 0.6.0-rc201

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.
@@ -198,6 +198,14 @@ export declare class ProbeAgent {
198
198
  */
199
199
  constructor(options?: ProbeAgentOptions);
200
200
 
201
+ /**
202
+ * Initialize the agent asynchronously (must be called after constructor)
203
+ * This method initializes MCP, merges MCP tools, loads history from storage,
204
+ * and performs CLI fallback detection (claude-code/codex) when no API keys are set.
205
+ * @returns Promise that resolves when initialization is complete
206
+ */
207
+ initialize(): Promise<void>;
208
+
201
209
  /**
202
210
  * Answer a question with optional image attachments
203
211
  * @param message - The question or prompt