AI-powered code assistance within VS Code
Top 99.1% on SourcePulse
This VS Code extension enables AI-powered code assistance, allowing users to integrate their preferred AI models, including local LLMs and various API providers. It targets developers seeking flexible and customizable AI coding tools within their IDE, offering features for writing, refactoring, and improving code.
How It Works
The extension leverages the VS Code Extension API to provide an integrated chat interface and code actions. It supports multiple AI backends, including OpenAI-compatible APIs (like Azure OpenAI, OpenRouter.ai) and local LLM runners (like ollama, text-generation-webui), allowing users to choose between cloud-based or offline AI models. This flexibility is a key advantage, catering to diverse user needs regarding privacy, cost, and performance.
Quick Start & Requirements
yarn install
to set up.Highlighted Details
Maintenance & Community
The project is actively maintained. Further details on development, changelogs, and translation contributions can be found in the repository.
Licensing & Compatibility
Licensed under the ISC License. This permissive license allows for commercial use and integration with closed-source projects.
Limitations & Caveats
Translations are community-provided and may not be perfectly accurate. The extension is primarily developed for VS Code and may not be compatible with other IDEs.
2 weeks ago
Inactive