CloakCode

Observe and steer a live GitHub Copilot session from your phone without uploading your workspace.

CloakCode is a VS Code extension that mirrors an existing GitHub Copilot chat to a phone-first web app. It lets you see when an agent is blocked, answer its question, approve or deny a tool call, and steer the session without returning to your desk.

The problem

Coding agents often stop for the right reason: they need approval or clarification. The expensive part is the delay before a developer notices. CloakCode moves that decision to the developer rather than moving the repository or restarting the agent elsewhere.

The constraint

The workspace must stay on the machine where VS Code is running. CloakCode mirrors the Copilot transcript and the developer's replies through a local bridge and a private tunnel; it does not add a path that uploads the repository.

What it can do

Try it

Install CloakCode from the Visual Studio Marketplace or explore the source on GitHub.