@codebase Feature Suggestion #1182
khaled-wsa
started this conversation in
Feature Requests
Replies: 2 comments
-
I would ideally love to have a feature that allows me to integrate local RAG of all my codebases, and retrieve what is needed and suggest from my code snippets. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seconding this but with a graph-based MCP (similar to memory banks) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Add a @codebase command that lets you:
Include your full codebase as context with @codebase
Automatically skip ignored files (.gitignore) and dependency folders (node_modules)
Select specific files with patterns like @codebase *.py for all Python files
This would help the model understand your code better when answering questions.
Beta Was this translation helpful? Give feedback.
All reactions