[Feature Request] Enable indexing of remote and local docs to bridge local-model knowledge gaps, and auto-include documentation #5629
sealad886
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Background
Roo Code’s Codebase Indexing graduated from experimental to a core feature recently, providing semantic search across the repository’s code. However, local models frequently lack comprehensive, up-to-date, or domain-specific knowledge (e.g., Python packaging best practices, framework internals, nuanced API usage), leading to context-switching, manual documentation searches, or costly/inconsistent RAG prompts.
Bridging this gap by integrating both external and internal documentation—and doing so intelligently—would make Roo Code vastly more effective and user-friendly.
Proposal
What is being proposed?
Two major upgrades for Roo Code:
Intelligent Inclusion of Documentation in Search:
Roo Code should automatically and intelligently surface both code and documentation results in the IDE, closing knowledge gaps for local models—-without requiring the user to specify when to “look up docs.” Users simply ask their questions in natural language (code, planning, troubleshooting, etc.), and Roo Code handles the rest:
Indexing of External Documentation Sources:
Why does this matter?
How it works (Smart Lookup Pipeline)
Example Use Cases
Technical Architecture
Why Not Just RAG?
References
Beta Was this translation helpful? Give feedback.
All reactions