CodeAgent Mobile - VS Code Extension
Control your AI coding agents remotely from your mobile device.
🌐 Homepage: https://www.codeagent-mobile.com
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
Getting Started
1. Install the Plugin
From VS Code Marketplace
- Open the Extensions view (
Ctrl+Shift+X)
- Search for "CodeAgent Mobile"
- Click Install
From Open VSX (Cursor / Windsurf)
The extension is also published to Open VSX so Cursor and Windsurf can install it directly from their Extensions view.
2. Get the Mobile App or Use the Web Dashboard
You need the CodeAgent Mobile companion app to send prompts to your IDE:
3. Pair Your Device
- Click the CodeAgent Mobile icon in the activity bar (sidebar)
- Click Generate Pairing Code
- Open the mobile app or web dashboard and enter the 6-digit code
- Start sending prompts from your phone or browser!
Build from Source
The source lives at github.com/edgar-durand/codeagent-mobile-clients.
git clone https://github.com/edgar-durand/codeagent-mobile-clients.git
cd codeagent-mobile-clients/apps/vsc-plugin
npm install
npm run build
npx @vscode/vsce package --no-dependencies
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
| |