Cursor & VS Code
Cursor and VS Code-family editors are detected by relay install, but the
editor extension capture adapter is not shipped in v0.7.0.
Detection is useful for future setup flows and for showing users what Relay found locally. It does not mean Relay has installed an extension or is capturing editor chat context today.
Current status
| Surface | v0.7.0 status |
|---|---|
| Cursor / VS Code detection | Present as a future adapter phase. |
| Automatic extension install | Not shipped. |
| File-edit capture from editor APIs | Not shipped. |
| Editor chat transcript capture | Not shipped. |
| Manual handoff command inside the editor | Not shipped. |
What to use today
Use the interactive shell for primary work:
terminal
relayIf you run a CLI agent inside Cursor or VS Code's integrated terminal, start it through Relay:
terminal
relay wrap codex
relay wrap geminiFor Claude Code, Codex, and Gemini hooks, run:
terminal
relay installFuture adapter
The planned editor adapter would cover Cursor, Antigravity, VS Code, Windsurf, Trae, Void, and related forks. Until that adapter ships, docs should treat this page as a status note, not an installation guide.