-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Roo Code Router (RCR) should be available as an embeddings provider option for codebase indexing. This was previously implemented and merged but had to be reverted due to two bugs: the codebase_search tool was leaking into the tool list even when indexing wasn't configured, and the embedder got stuck in "standby" when it was configured. Users authenticated with Roo Code Cloud should be able to use RCR for embeddings without needing a third-party API key.
Context
- Original implementation: Add support for Roo Code Cloud as an embeddings provider #9543 (merged Nov 24, 2025 by @mrubens)
- Revert: Revert "Add support for Roo Code Cloud as an embeddings provider" #9602 (merged Nov 26, 2025 by @mrubens)
- The original PR added a
RooEmbedderclass,CloudServiceauth integration, UI inCodeIndexPopover, model schema entries under therooprovider, localization strings, and tests. All removed by the revert. - The original PR also set
rooas the default embedder provider, which amplified the impact of both bugs since they affected all users, not just those who opted in.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working