[RFC] We have #file
and #glob
: What about having #file-glob
?
#1321
rakotomandimby
started this conversation in
Ideas
Replies: 1 comment
-
Converted this to discussion. Re: User defined probably as its too much data when used incorrectly and I removed the built-in rag for simplicity. #978 this pretty much does that as well for example |
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.
-
Hi all,
In the chat buffer:
#file
→ sends the contents of a single file to the model.#glob
→ lists file paths matching a pattern and sends only the file paths (not contents) to the model.I’m suggesting a new command:
#file-glob
.This would take a pattern, find all matching file paths, and send the contents of those files to the model.
Would it make sense to include this as a built-in feature, or should it remain something users define themselves?
Beta Was this translation helpful? Give feedback.
All reactions