Remote Copilot HostRemote Copilot Host turns your VS Code window into a remote control surface for GitHub Copilot Chat. It connects to a relay server, receives remote prompt requests, runs them through Copilot in your current VS Code session, and streams the results back to the connected client. Part of the Remote Copilot toolsetRemote Copilot Host is the VS Code side of a larger self-hosted workflow.
If you want the full setup, start with What you can do
Typical flow
CommandsRemote Copilot: Authorize Copilot AccessUse this command to grant the extension access to GitHub Copilot for remote prompt execution. Remote Copilot: Copy Shared SecretGenerates the extension-owned shared secret if needed, saves it to settings, and copies it to the clipboard so you can paste it into Remote Copilot: Show Relay OutputOpens the output channel so you can inspect relay connection status, warnings, and runtime activity. Remote Copilot: Show Remote SessionsShows a local transcript view of previously handled remote sessions, including prompts, responses, and permission activity. Remote Copilot: Clear Remote SessionsDeletes the locally stored transcript history for remote sessions. Remote Copilot: Reconnect RelayReconnects the extension to the configured relay server without restarting VS Code. Requirements
SettingsThis extension contributes the following settings:
What the extension storesThis extension stores remote session transcripts locally in VS Code global state so you can inspect past prompt activity later. Troubleshooting
|