Skip to content
FIRERUN.

The BaaS & deploy-platform newsroom for builders

Subscribe

Vercel

GitHub Copilot Joins Vercel's AI SDK on Someone Else's Protocol

Vercel's AI SDK harness layer now runs GitHub Copilot, not through a custom integration but the Agent Client Protocol GitHub added to Copilot CLI in January.

Abstract flat-vector editorial illustration for "GitHub Copilot Joins Vercel's AI SDK on Someone Else's Protocol"

GitHub Copilot is now available in Vercel’s AI SDK harness layer, Vercel said Sept. 10, letting a developer run Copilot through the same HarnessAgent interface as nine other coding agents (Vercel changelog, “GitHub Copilot is now available in the AI SDK harness layer,” Sept. 10, 2026). Vercel did not build a Copilot-specific integration to get there. It built a generic adapter for a protocol GitHub had already adopted.


What changed

The new @ai-sdk/harness-github-copilot package wraps @ai-sdk/harness-acp, the adapter Vercel shipped Aug. 13 for any harness that speaks the Agent Client Protocol, or ACP (Vercel changelog, “Use ACP-compatible harnesses with the AI SDK harness layer,” Aug. 13, 2026). ACP is a JSON-RPC standard, originated by Zed, for connecting editors and automation clients to coding agents without custom glue for each pair. GitHub Copilot CLI had already implemented it, entering public preview in January (GitHub Changelog, “ACP support in Copilot CLI is now in public preview,” Jan. 28, 2026).

That left Vercel with a thin job: point @ai-sdk/harness-acp at Copilot’s existing ACP server and ship the result as a named adapter. Supported harnesses in the AI SDK now run to 10: Claude Code, Cline, Codex, Cursor, Deep Agents, fx, GitHub Copilot, Grok Build, OpenCode and Pi. The harness layer itself, which lets an application swap agents by changing a config value rather than rewriting integration code, launched with AI SDK 7 in June, backing Claude Code, Codex and Pi (Vercel changelog, “Program Claude Code, Codex, Pi and other agent harnesses with AI SDK,” June 12, 2026).

Why it matters

This is the second time in a week a Vercel changelog entry has been about which coding agent runs where, not what Vercel’s own infrastructure does (Firerun, Sept. 9, 2026). Agent-to-tool plumbing is consolidating around a handful of shared protocols, and vendors are competing on how well they implement them rather than whether to build them at all.

June was crowded with entrants making the same bet. Databricks open-sourced Omnigent, an Apache-licensed “meta-harness” for composing agents across Claude Code, Codex and Pi (Databricks Blog, “Introducing Omnigent,” June 16, 2026), while Cloudflare, Zed and others shipped comparable layers in the same stretch. Industry newsletter Latent.Space dubbed the run “meta-harness summer,” reading it as vendors racing to own the abstraction above the agents, not just the agents (Latent.Space, “It’s Meta-Harness Summer”). Vercel’s ACP adapter is the version that pays off fastest: any tool already speaking the protocol, a competitor’s CLI included, slots in without Vercel writing tool-specific code for it.

The take

What’s notable is how little work the integration took. GitHub adopted a protocol it didn’t design, Vercel built one generic adapter for that protocol months later, and the two decisions combined into an integration neither company had to negotiate. That’s what a working standard looks like: less a deliberate partnership than two roadmaps intersecting. The harness list will keep growing on autopilot, one ACP-compatible tool at a time, with no announcement bigger than a changelog line.

Key Takeaways

  • GitHub Copilot joined Vercel’s AI SDK harness layer Sept. 10 via @ai-sdk/harness-github-copilot, bringing the list of supported coding agents to 10.
  • The adapter is a thin wrapper around @ai-sdk/harness-acp (shipped Aug. 13), which supports any tool speaking the Agent Client Protocol; GitHub added ACP support to Copilot CLI in January.
  • The harness layer itself launched with AI SDK 7 in June, initially backing Claude Code, Codex and Pi.
  • The integration follows a broader June 2026 wave of “meta-harness” launches from Databricks, Cloudflare and others racing to own the abstraction layer above individual coding agents.

Stay in the loop

Get new articles in your inbox

We'll only email you when a new article drops. Unsubscribe anytime.