This is a hackathon project to build vscode extension that allows integration with Clarifai
-
selectively add your files to Clarifai inputs without leaving your IDE or writing custom scripts
-
run LLM prompt with currently open file
- Cosmetics
- use IDE's progress bar
- use collapsable views and more native textareas / buttons
- simplistic labeling from within the IDE
- run RAG with any LLM from Clarifai arsenal to answer questions about your repository
- load as much as possible from selected file into the context
- use filesystem and recursive import statements to prioritize which files need to be added into context
- load as much as possible from selected file into the context
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set toblah
to do something.