Roo-Code/packages/types
DhruvBhatia0 77b934b6ab feat: integrate WarpGrep as alternative codebase_search backend
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
2026-03-06 13:04:16 -08:00
..
npm Release: v1.115.0 (#11833) 2026-03-02 13:35:52 -08:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: integrate WarpGrep as alternative codebase_search backend 2026-03-06 13:04:16 -08: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 feat: add AI SDK dependencies and message conversion utilities (#11047) 2026-01-28 14:05:53 -05: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