# GitHub Copilot is now available in the AI SDK harness layer

Source: [Vercel](https://vercel.com/changelog/github-copilot-ai-sdk-harness-adapter)  
Feed7 permalink: https://feed7.dev/p/github-copilot-is-now-available-in-the-ai-sdk-harness-la-6dde567f1f  
Published: 2026-09-10T00:00:00.000Z  
Trust: Official Source (official_source)

## Why Included

A shared HarnessAgent adapter lets builders compare Copilot with other coding harnesses without rewriting application integration code.

## Source Summary

AI SDK now runs GitHub Copilot behind the same HarnessAgent interface as nine other coding harnesses, using an official adapter and ACP connection.

## Practical Implication

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.

## Agent-Ready Context

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.

## Context Map

- Layer: tools
- Domains: coding
- Topics: coding-agents, harness-engineering, agent-sdks

## Uncertainty

- None recorded.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
