mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-15 23:31:04 +00:00
Add WarpGrep (Morph's RL-trained codebase search agent) as an alternative backend for the codebase_search tool. Users bring their own API key and WarpGrep runs in its own context window, performing multi-turn ripgrep and file reads to find relevant code spans. - Add warpGrepEnabled to codebaseIndexConfigSchema - Add warpGrepApiKey to SECRET_STATE_KEYS - Gate codebase_search on either WarpGrep or CodeIndexManager - Try WarpGrep first in CodebaseSearchTool, fall back to vector search - Add settings UI with toggle and API key field in CodeIndexPopover - Persist settings via webviewMessageHandler Closes: #11865 |
||
|---|---|---|
| .. | ||
| 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 | ||