GitHub Copilot is now available in the AI SDK harness layer
AI SDK now runs GitHub Copilot behind the same HarnessAgent interface as nine other coding harnesses, using an official adapter and ACP connection.
The AI SDK harness layer adds GitHub Copilot through **@ai-sdk/harness-github-copilot**. It connects to HarnessAgent through **Agent Client Protocol (ACP)** and joins nine other named harnesses, including Claude Code, Codex, and Cursor.
If your application already targets HarnessAgent, use the adapter boundary to test Copilot without rewriting application-level agent integration code. Keep agent-specific behavior behind that shared interface.
The AI SDK harness layer adds GitHub Copilot through **@ai-sdk/harness-github-copilot**. It connects to HarnessAgent through **Agent Client Protocol (ACP)** and joins nine other named harnesses, including Claude Code, Codex, and Cursor. If your application already targets HarnessAgent, use the adapter boundary to test Copilot without rewriting application-level agent integration code. Keep agent-specific behavior behind that shared interface. A common interface reduces switching cost but does not establish behavioral parity. The material gives no compatibility matrix, feature differences, or migration constraints across the supported harnesses.
Copilot’s addition expands HarnessAgent from a small compatibility idea into a broader runtime-selection surface and confirms ACP as the common boundary for another major coding agent. It lowers the application rewrite required to evaluate Copilot, but it also sharpens the unresolved question: shared protocol access is not evidence that permissions, events, controls, security, or task behavior match other harnesses.