SynAI for VS Code
Autonomous AI Coding Agent for Visual Studio Code, powered by OpenRouter.
Features
- 🤖 Autonomous AI Agent: Let AI handle coding tasks autonomously
- 💬 Interactive Chat: Natural language interface for coding assistance
- 🔧 Multiple Models: Support for Claude, GPT-4, Gemini, and more via OpenRouter
- ⚡ Fast & Efficient: Optimized for developer workflow
- 🎨 Beautiful UI: Clean, modern interface that matches VS Code theme
Installation
- Install the extension from VS Code Marketplace
- Get your OpenRouter API key from openrouter.ai
- Configure your API key in VS Code settings (
Ctrl+, → Search for "SynAI")
Quick Start
- Press
Ctrl+Shift+A (or Cmd+Shift+A on Mac) to start SynAI
- Open the SynAI sidebar from the activity bar
- Start chatting with your AI coding assistant!
Commands
SynAI: Start Agent - Start the AI agent
SynAI: Stop Agent - Stop the AI agent
SynAI: Select Model - Choose a different AI model
SynAI: Open Settings - Configure SynAI settings
SynAI: Clear Chat History - Clear the conversation history
Configuration
Configure SynAI in VS Code settings:
{
"synai.apiKey": "your-openrouter-api-key",
"synai.model": "anthropic/claude-3.5-sonnet",
"synai.maxTokens": 4096,
"synai.temperature": 0.7,
"synai.autoApprove": false
}
Supported Models
- Anthropic Claude 3.5 Sonnet
- Anthropic Claude 3 Opus
- OpenAI GPT-4 Turbo
- OpenAI GPT-4
- Google Gemini Pro
- Meta Llama 3 70B
Requirements
- VS Code 1.85.0 or higher
- OpenRouter API key
Privacy
Your code and conversations are sent to OpenRouter for processing. Please review their privacy policy at openrouter.ai.
License
MIT
Support
| |