mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
This PR addresses Issue #10396 by adding a user-configurable setting for the maximum number of batch retries during codebase indexing. Changes: - Add batch retry constants to CODEBASE_INDEX_DEFAULTS (min: 1, max: 10, default: 3) - Add codebaseIndexMaxBatchRetries field to config schema - Update config-manager.ts to expose currentMaxBatchRetries getter - Update scanner.ts to accept and use configurable maxBatchRetries - Update service-factory.ts to pass configured value to DirectoryScanner - Add UI slider in Advanced Settings section of CodeIndexPopover - Add i18n translation strings for the new setting |
||
|---|---|---|
| .. | ||
| build | ||
| cloud | ||
| config-eslint | ||
| config-typescript | ||
| core | ||
| evals | ||
| ipc | ||
| telemetry | ||
| types | ||