A VS Code extension that integrates with the SaasAble intelligent document and code ingestion system, enabling conversational QA directly from your editor.
Features
Ask questions about your codebase and documentation
Query ingested GitHub repositories and websites
Upload files for contextual analysis
Seamless integration with Qdrant vector database
Revert code: Undo only the last AI changes
Requirements
VS Code 1.102.0 or higher
CodedThemes' backend server running
Node.js for development
Usage
Open Command Palette (Ctrl+Shift+P)
Run "Ask a Question" command
Enter your question and select collection
Optionally upload files for additional context
AI Code Revert
When AI modifies your code, you can revert changes using:
Command Palette: "Revert Last AI Change"
UI Button: Red "Revert" button in chat interface
Notification: Click "Revert" in the popup after AI changes
Release Notes
0.0.1
Initial release of CodedThemes' SaasAble AI Extension