CodeAgent Mobile - VS Code Extension
Control your AI coding agents remotely from your mobile device.
Features
- Remote Pairing: Pair your mobile device with VS Code using a 6-digit code
- AI Agent Detection: Automatically detects installed AI extensions (Copilot, Claude, Codeium, etc.)
- Prompt Relay: Send prompts from your phone directly to your IDE's AI assistant
- MCP Configuration: Configure Model Context Protocol servers remotely
- Real-time Status: Monitor connection and agent status from the sidebar
Supported AI Agents
- GitHub Copilot Chat
- Claude Code / Claude Dev (Cline)
- Codeium / Windsurf / Cascade
- Tabnine
- Amazon Q
- Sourcegraph Cody
- Continue
- Supermaven
- Gemini Code Assist
- Any other AI extension with a chat panel
Installation
From VSIX file
- Download
codeagent-mobile-vscode.vsix
- In VS Code:
Ctrl+Shift+P → "Install from VSIX..."
- Select the downloaded file
From source
cd apps/vsc-plugin
npm install
npm run build
npx @vscode/vsce package --no-dependencies
Usage
- Click the CodeAgent Mobile icon in the activity bar (sidebar)
- Click Generate Pairing Code
- Enter the code in your CodeAgent Mobile app
- Start sending prompts from your phone!
Configuration
| Setting |
Default |
Description |
codeagent-mobile.apiBaseUrl |
https://codeagent-mobile-api.vercel.app |
Backend API URL |
codeagent-mobile.autoConnect |
true |
Auto-reconnect to last session |
codeagent-mobile.showNotifications |
true |
Show notification messages |
codeagent-mobile.heartbeatIntervalMs |
30000 |
Heartbeat interval (ms) |
Commands
CodeAgent Mobile: Show Pairing Code - Open panel and show pairing code
CodeAgent Mobile: Disconnect - Disconnect current session
CodeAgent Mobile: Open Panel - Open the sidebar panel
| |