copilot · CtrlNode agent type: Copilot
Spawns the @github/copilot CLI and speaks ACP over stdio. Each dispatch opens a fresh ACP session.
When to use it
- You have GitHub Copilot access and want Copilot to execute coding tasks from CtrlNode
- You already use
copilotin the terminal on the Bridge machine
Prerequisites
- Node.js 22+
- Copilot CLI:
Authentication
Option A — fine-grained PAT- Create a token at GitHub fine-grained PAT settings
- Enable Copilot Requests (read & write) — available on personal tokens
- Set:
COPILOT_GITHUB_TOKEN when the CLI session is cached.
Environment variables
Example .env
CtrlNode setup
- Project agent type Copilot
- Register agents in Team
- Assign tasks; agent instructions are prepended to the prompt
Troubleshooting
← All providers