A VS Code extension that bridges Microsoft Teams to your local GitHub Copilot CLI. Chat with your workspace from your phone.
How It Works
Teams App → Azure Bot Service → Dev Tunnel → VS Code Extension → Copilot CLI (local)
Messages from Teams are forwarded to a local copilot --acp --stdio process via JSON-RPC. Responses stream back as Adaptive Cards with code blocks, diffs, and action buttons.
Features
Query your local workspace (including unpushed changes) from Teams mobile/desktop
Interactive permission prompts and auto-approve mode