@builder.io/dev-tools 1.18.43-dev.202512101436.9a1ce9e28 → 1.18.43-dev.202512101607.9a1ce9e28

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.
@@ -267,7 +267,7 @@ export declare class CodeGenSession {
267
267
  fulfillToolCall(id: string, result: ToolResolution): boolean;
268
268
  abortToolCall(id: string): boolean;
269
269
  acceptCode(): Promise<void>;
270
- abort(abortOptions?: CodegenAbortOptions): Promise<boolean>;
270
+ abort(abortOptions?: CodegenAbortOptions | boolean): Promise<boolean>;
271
271
  stopEventLoop(): Promise<void>;
272
272
  requestRefresh(): void;
273
273
  configureDevOrchestrator(opts: ConfigureDevOrchestratorOpts): Promise<ConfigureDevOrchestratorUpdates>;