DevMind is a context-aware AI pair programming assistant for VS Code. Unlike traditional AI coding assistants, DevMind understands your codebase at multiple levels of context, from the immediate code you're working on to the broader project architecture. Currently in Demo
Powered by Qwen 3 LLM, DevMind offers specialized AI agents for different development tasks, each with deep contextual understanding of your code.
DevMind analyzes your code at multiple levels:
- Immediate Code Context: Understanding the current file, function, and selection
- Project Context: Analyzing repository structure, dependencies, and configurations
- Historical Context: Learning from Git history and team patterns
- External Context: Applying best practices, ecosystem knowledge, and security awareness
DevMind provides six specialized AI agents, each designed for specific development tasks:
- 🏛️ Architect: Proposes scalable designs and architecture changes
- ⚒️ CodeSmith: Generates high-quality, idiomatic code
- 🐞 BugHunter: Identifies and fixes bugs with root cause analysis
- 📚 DocGuru: Creates comprehensive documentation
- 🔄 GitMate: Assists with Git operations and commit management
- 🔄 DevFlow: Sets up development workflows and automation
DevMind is designed with privacy as a core principle:
- Local Processing: All code analysis happens locally
- Configurable Privacy Modes: Control what data is processed
- Excluded Files/Directories: Specify sensitive files to exclude from analysis
- Install the DevMind extension from the VS Code Marketplace
- Configure your Qwen 3 LLM API endpoint in the extension settings
- Optionally set your API key if required
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Type "DevMind" to see available commands
- Select a specific agent or use "Activate DevMind Agent" for contextual assistance
Click the DevMind icon (🧠) in the status bar to activate the contextual agent.
- Click the DevMind icon in the Activity Bar
- Select an agent from the Agents view
- View context analysis and execution history in the respective views
DevMind can be configured through VS Code settings:
- Qwen API URL: Set your Qwen 3 LLM API endpoint
- API Key: Your API key (if required)
- Privacy Mode: Enable/disable privacy-first mode
- Context Depth: Set the depth of context analysis (1-5)
- Agent Tone: Choose between mentor, assistant, or critic communication styles
- Telemetry: Enable/disable anonymous usage telemetry
- VS Code 1.74.0 or higher
- Access to a Qwen 3 LLM API endpoint
DevMind is designed to respect your privacy and security:
- No code leaves your environment unless explicitly allowed
- Sensitive files can be excluded from analysis
- Privacy modes control what data is processed
MIT
"Code is temporary, context is forever." – Dr. FRYDAY, Chief Architect of DevMind