Persistent context across tasks/chats #3786
bnn1
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Always remember to read the docs, they can handle whole folders as well (maybe the RAG is not perfect but still) https://docs.roocode.com/basic-usage/context-mentions |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Say I want to include docs for a library I use. I can reference it with
@path/to/docs/dir
. But it's getting tedious when I have to do that for each new task/chat. In aider I can add files that will be included in context by default withread: ["file1", "file2"]
.Is there a way to do the same in RooCode?
Beta Was this translation helpful? Give feedback.
All reactions