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?