Roo-Code/packages/types
Roo Code f34233be29 feat: add branch isolation for codebase indexing
- Add codebaseIndexBranchIsolation configuration option
- Update QdrantVectorStore to use branch-specific collection names
- Add Git branch detection utilities (getCurrentBranch, sanitizeBranchName)
- Update UI with branch isolation toggle in Advanced Configuration
- Add i18n translations for new UI elements
- Add comprehensive tests for branch isolation functionality

When enabled, each Git branch will have its own separate index collection,
ensuring search results always reflect the current branch's code.

Addresses #8565
2025-10-08 11:05:47 +00:00
..
npm Release: v1.82.0 (#8535) 2025-10-06 11:31:13 -04:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add branch isolation for codebase indexing 2025-10-08 11:05:47 +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