continue
continue copied to clipboard
Allow to force the full file content to be provided with @file and @folder providers
Validations
- [x] I believe this is a way to improve. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that requests the same enhancement
Problem
When using models with large context windows it is now possible to pass large parts of the codebase. However, the @file and @folder (and @codebase) providers always use the indexing mechanism to pass only some section of the files and some subset of the available files.
For some rewrite tasks or when using complex API being able to pass an entire file or to force all the files of a folder to be passed would help. This could either be done through params of these providers or through context menu when they are added (possibly activated only with some options)
Solution
No response