continue icon indicating copy to clipboard operation
continue copied to clipboard

Greptile context provider

Open justinmilner1 opened this issue 1 year ago • 2 comments

Description

https://github.com/user-attachments/assets/2709c546-2b6f-46f8-bfce-bb0793e55bcf

Added an initial version of a Greptile context provider.

Future versions: Design was limited by lack of an endpoint to get what indices the user has available to them - this cp would be more useful as a dropdown menu context provider.

The current design is to automatically search using the git url correlating to the currently active vscode project. User must have repo indexed prior to using this cp.

The user enters their query into the text box popup. Greptile returns a list of files for context, continue uses this context (Greptile does not provide the response, just a list of files).

justinmilner1 avatar Sep 15 '24 00:09 justinmilner1