Local AI Pilot - Ollama, Deepseek-R1, and moreExtension36/100 via “configurable project context injection for multi-file awareness”
Leverage the power of AI for code completion, bug fixing, and enhanced development - all while keeping your code private and offline using local LLMs
Unique: Implements explicit, user-controlled context injection rather than automatic LSP-based symbol resolution or AST-based dependency detection. This approach trades convenience for control, allowing users to precisely manage context size and relevance without relying on heuristics. Enables reasoning models like Deepseek-R1 to understand project structure through raw code context rather than symbolic information.
vs others: More transparent and controllable than automatic context discovery (like Copilot's codebase indexing), but requires more manual configuration; better for privacy-conscious users who want to see exactly what context is being sent to the LLM.