mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Allow users to use workspace-specific settings for codebase indexing instead of a single global configuration. Each project/workspace can now have its own embedder provider, model, Qdrant URL, API keys, and search settings. Changes: - CodeIndexConfigManager: accept optional WorkspaceConfigResolver to load workspace-specific config and secrets instead of global state - CodeIndexManager: add useWorkspaceConfig toggle, workspace config storage methods, and effective config resolution - webviewMessageHandler: route saves to workspace or global storage based on useWorkspaceConfig flag; add setUseWorkspaceConfig handler - ClineProvider: send effective (workspace or global) config to webview - Types: add useWorkspaceConfig to IndexingStatus and codeIndexSettings - CodeIndexPopover: add "Use workspace-specific settings" toggle in UI - English locale: add translation strings for new UI elements Closes #11947 |
||
|---|---|---|
| .. | ||
| 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 | ||