mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Remove early process termination in execRipgrep that was causing incomplete directory traversal - Implement balanced sampling algorithm to ensure fair representation across all directories - Increase timeout values to allow complete directory scanning before applying limits - Add applyBalancedSampling function to distribute file selection evenly across directories - Maintain existing 200-file limit while ensuring all directories are represented This fixes the issue where having 200+ files in one directory (e.g., 'a/') would cause other directories (e.g., 'b/') to be completely ignored in the file listing results. |
||
|---|---|---|
| .. | ||
| file01.txt | ||
| file02.txt | ||
| file03.txt | ||
| file04.txt | ||
| file05.txt | ||
| file06.txt | ||
| file07.txt | ||
| file08.txt | ||
| file09.txt | ||
| file10.txt | ||