GitHub Copilot CLI
Prerequisites
- Node.js 18+
- GitHub Copilot CLI installed and authenticated - See GitHub Copilot in the CLI for installation
Install & Run
bash
# Install daemon
npm install -g @cmdctrl/copilot-cli
# Register
cmdctrl-copilot-cli register -s https://api.cmd-ctrl.ai
# Start
cmdctrl-copilot-cli startSession Discovery
The daemon automatically discovers existing Copilot CLI sessions from ~/.copilot/session-state/. Sessions started outside Cmd+Ctrl appear in your dashboard with full message history.
Troubleshooting
"Not registered" - Run cmdctrl-copilot-cli register -s https://api.cmd-ctrl.ai
"copilot not found" - Ensure copilot is in your PATH: which copilot
Connection issues - Check status with cmdctrl-copilot-cli status, try re-registering