Roo-Code/packages/types
Roo Code 19f24dac68 feat: expose configurable chunking and batch processing parameters for codebase indexing
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
2025-12-30 04:52:07 +00:00
..
npm Release: v1.95.0 (#10309) 2025-12-23 10:21:55 -08:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: expose configurable chunking and batch processing parameters for codebase indexing 2025-12-30 04:52:07 +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