Open okuvshynov opened 1 month ago
We also need to easily select multiple files and ask to modify them. For example:
"refactor https://github.com/okuvshynov/vimqq/blob/5100d9154f7d85eabd418dea68946b808e1787d1/tests/test_log.sh and https://github.com/okuvshynov/vimqq/blob/5100d9154f7d85eabd418dea68946b808e1787d1/tests/test_qq.sh and extract common functionality"
So many new plugins, let's check what are their context options:
based on some experimentation we need to be able to add multiple files as a context, with wildcards (e.g. -f bots/*.vim)
Examples:
Let's try to combine various options of context retrieval for effective processing by local LLMs:
Currently it's being done within the vimqq plugin, but a better way would be to decouple the context provider, run it in background, similar to vim gutentags.
Current state: