Flexpilot IDE is an open-source integrated development environment designed specifically for AI-assisted software development. Built as a fork of Visual Studio Code, the project provides a familiar development interface while integrating advanced AI capabilities directly into the coding workflow. The platform is designed to be privacy-focused and flexible, allowing developers to use their own API keys for different large language models rather than relying on a single proprietary AI provider. ...
VS Code extension for LLM-assisted code/text completion
llama.vscode is a Visual Studio Code extension that provides AI-assisted coding features powered primarily by locally running language models. The extension is designed to be lightweight and efficient, enabling developers to use AI tools even on consumer-grade hardware. It integrates with the llama.cpp runtime to run language models locally, eliminating the need to rely entirely on external APIs or cloud providers.