mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adds three new configurable parameters for codebase indexing: - Embedding Batch Size (10-200, default 60): Number of code segments batched for embeddings - Max Chunk Size (200-5000 chars, default 1000): Maximum characters per code chunk - Parsing Concurrency (1-50, default 10): Number of concurrent file parsing operations Changes: - Added new config fields in packages/types/src/codebase-index.ts - Updated constants in src/services/code-index/constants/index.ts - Updated config-manager.ts to load and expose new settings - Updated DirectoryScanner to use configurable parsing concurrency - Added UI sliders in CodeIndexPopover.tsx for the new settings - Added i18n translations for new settings labels Closes #10396 |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||