Skip to main content

Command Palette

Search for a command to run...

I built a VS Code extension so you can respond to GitHub Copilot agent from your phone

Updated
2 min read
A
Full-Stack Developer with 4+ years building enterprise systems, SaaS platforms, and Chrome extensions. Projects: SA ERP (Electron · React · SQLite), ParkManager (offline-first SaaS with 2000+ parking slots), Advanced Smart Capture Chrome extension (2000+ users), BloomNest (Angular childcare platform), Pixel Ruler Chrome extension. Stack: React · Angular 18 · TypeScript · Node.js · Electron · Appwrite · SQLite. Portfolio: https://beimatulportfolio.tech

GitHub Copilot agent is powerful — but it stops and waits for your input, silently. If you stepped away, you miss it entirely. I built Copilot Remote Control to fix this.

What it does

Copilot Remote Control is a VS Code extension + PWA combo:

  • Phone mirrors VS Code chat in real time — see every agent message on your phone

  • - Firebase FCM push notifications buzz your phone when agent needs a decision

  • - You reply from your phone — the response appears in VS Code instantly

  • - Walk away from your desk. Your agent keeps going.

Architecture

  • WebSocket server runs inside the extension on localhost

  • - Cloudflare quick tunnel creates a secure public URL (no port-forwarding needed)

  • - React 18 PWA on your phone connects via the tunnel

  • - Firebase FCM handles push notifications ($0/month on free tier)

  • - 20ms polling of Copilot JSONL session files for real-time message sync

  • - 200-message history buffer

No relay server. $0/month infrastructure.

Licensing

One-time purchase: ₹49 / ~$6

  • JWT RS256 RSA-2048 offline license

  • - Machine fingerprint bound

  • - No subscription, no cloud dependency after activation

VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=atulhritik.copilot-remote

Buy license: https://agent-handle.vercel.app

Phone PWA: https://pwa-six-pi.vercel.app