mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||