Autopilot is an pair coding and debugging assistant that supports GPT/ChatGPT (OpenAI), and Claude (Anthropic). Supported models: [gpt4, gpt-3.5-turbo, claude-v1.3]. Import/export your conversation history. Bring up the assistant in a side pane by pressing cmd+shift+i.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Autopilot is a powerful coding assistant that integrates AI capabilities directly into your VS Code environment, enhancing your coding experience and productivity.
AI-Powered Coding Assistance
Supports multiple AI models:
OpenAI's GPT-4 and GPT-3.5-turbo
Anthropic's Claude models
Custom LLM servers (OpenAI API compatible)
Flexible Context Management
Add multiple files to the AI context with a single click
Support for selecting and adding entire directories
Easy removal of individual files or all files from the context
Persistent context between VS Code sessions
Interactive Chat Interface
Dedicated chat panel for interacting with the AI assistant
Real-time streaming of AI responses
Markdown rendering for improved readability
Syntax highlighting for code snippets in responses
Code-Aware Interactions
Automatically includes highlighted code in queries (optional)