@builder.io/dev-tools 1.18.38-dev.202512080849.e85b4e9fa → 1.18.38-dev.202512081024.34609641e

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.
@@ -169,9 +169,9 @@ export declare class CodeGenSession {
169
169
  searchFiles(options: SearchFilesOptions): Promise<SearchFilesResult>;
170
170
  /**
171
171
  * Search for files by their names/paths (for quick open functionality).
172
- * Uses ripgrep's --files flag with glob pattern filtering for fuzzy matching.
173
- * Always case insensitive (like VS Code's Cmd+T quick open).
174
- * Returns match indices for highlighting in the UI.
172
+ * Uses ripgrep's --files flag for speed (like VS Code's Cmd+T quick open).
173
+ * Always case insensitive. Returns match indices for highlighting in the UI.
174
+ * Respects access control policies (deny patterns).
175
175
  */
176
176
  searchFileTree(options: SearchFileTreeOptions): Promise<SearchFileTreeResult>;
177
177
  collectRepoMetrics(opts?: {