ToolsAugust 27, 2026via Vercel Blog
Cursor is now available in the AI SDK harness layer
Why it matters
Developer tooling milestone: the AI SDK harness abstraction layer is maturing, letting practitioners standardize on agent interfaces rather than lock into single vendors. This reduces switching costs and vendor risk for teams building with coding agents.
Key signals
- Cursor now available via @ai-sdk/harness-cursor adapter
- Harness layer enables agent swapping without code changes
- Uses Agent Client Protocol (ACP) for interoperability
- 8 supported harnesses: Cursor, Claude Code, Cline, Codex, Deep Agents, Grok Build, OpenCode, Pi
- Published via Vercel changelog; no pricing/availability changes announced
- Cursor now supported via @ai-sdk/harness-cursor adapter
- Harness layer enables same interface for multiple coding agents (Claude Code, Cline, Codex, Deep Agents, Grok Build, OpenCode, Pi)
- Uses Agent Client Protocol (ACP) under the hood for Cursor integration
- Reduces friction to swap agents without application code changes
- Part of broader Vercel AI SDK ecosystem maturation
The hook
Cursor joins Vercel's AI SDK harness layer — swap coding agents without rewriting application code.
The now supports Cursor 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-cursorHarnessAgent
Pass to :cursorHarnessAgen…