@builder.io/dev-tools 1.19.13-dev.202601081703.dae810301 → 1.19.13-dev.202601081716.a4e0f181d

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.
@@ -251,7 +251,6 @@ export declare class CodeGenSession {
251
251
  needDevServer?: boolean;
252
252
  needValidation?: boolean;
253
253
  systemPrompt?: string;
254
- resetAfterRun?: boolean;
255
254
  }): Promise<SpawnAgentResult>;
256
255
  setProxyOrigin(proxySrc: string | undefined): void;
257
256
  getTurns(): CodegenTurn[];
@@ -14,7 +14,6 @@ export interface SubAgent {
14
14
  includeMemories?: boolean;
15
15
  needDevServer?: boolean;
16
16
  needValidation?: boolean;
17
- resetAfterRun?: boolean;
18
17
  }
19
18
  /**
20
19
  * Resolves model shortcut to full model name
@@ -19,7 +19,7 @@ export declare function clone<T>(obj: T): T;
19
19
  export declare function shouldSkipFolder(sys: DevToolsSys, skipFolders: Set<string>, fileName: string): boolean;
20
20
  export declare function getPackageManager(): string;
21
21
  export declare function isWindows(): boolean;
22
- export declare function builderNpxPackage(): "@builder.io/agent" | "\"@builder.io/dev-tools\"" | "builder.io";
22
+ export declare function builderNpxPackage(): "builder.io" | "@builder.io/agent" | "\"@builder.io/dev-tools\"";
23
23
  /**
24
24
  * Sanitizes a component name for use in filesystem paths by replacing invalid characters with underscores
25
25
  * @param name The component name to sanitize