ToolsSeptember 10, 2026via Vercel Blog
GitHub Copilot is now available in the AI SDK harness layer
Why it matters
The AI SDK harness layer is standardizing how developers integrate multiple coding agents, reducing lock-in and letting teams switch tools mid-project. This is early infrastructure for agent interoperability in the IDE.
Key signals
- GitHub Copilot now supported via @ai-sdk/harness-github-copilot adapter
- HarnessAgent interface lets applications switch agents without code changes
- Uses Agent Client Protocol (ACP) to connect Copilot to harness
- 10+ harnesses now supported: Claude Code, Cline, Codex, Cursor, Deep Agents, fx, Grok Build, OpenCode, Pi, GitHub Copilot
- Vercel AI SDK initiative; more agents coming soon
- Published: September 10, 2026
- Harness layer enables agent switching without application code changes
- Uses Agent Client Protocol (ACP) via @ai-sdk/harness-acp
- Supported agents: Claude Code, Cline, Codex, Cursor, Deep Agents, fx, Grok Build, OpenCode, Pi, and GitHub Copilot
- More harnesses coming soon
The hook
GitHub Copilot joins a unified agent harness—now 10+ coding agents run on the same interface without code changes.
The now supports GitHub Copilot through the official adapter. The harness layer lets your application run different coding agents through the same interface, so you can switch agents without changing your application code.AI SDK harness layer@ai-sdk/harness-github-copilotHarnessAgent
Pass to :gi…