Feature request: VSCode include a folder of files

From maxweisel:

When using something like Phind or Codeium, I can reference a folder of files. Is there a way to do that in the chat view of Cody with VS Code? I’d like to do something like “Using @src/services/example-service/ as a reference. Implement a key value store rest endpoint that uses the same architecture and dependencies. Keys should be a string that’s 512 characters or less, values can be any valid json object. Include any postgres schema needed to add new tables” Having to reference each file individually is a massive pain. It does seem like if I reference the top-level index it will pull in some of the dependencies, but not all of them. The response I get is 50% correct and for the files that weren’t pulled in, it gives me totally incorrect results.

Reported here.