Roo-Code/packages/types
Roo Code 14a9ccfa87 feat: add configurable max batch retries for scanner
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
2025-12-30 05:07:57 +00:00
..
npm Release: v1.96.0 (#10395) 2025-12-29 20:58:43 -08:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add configurable max batch retries for scanner 2025-12-30 05:07:57 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00