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

Surfacev0.7.0 status
Cursor / VS Code detectionPresent as a future adapter phase.
Automatic extension installNot shipped.
File-edit capture from editor APIsNot shipped.
Editor chat transcript captureNot shipped.
Manual handoff command inside the editorNot shipped.

What to use today

Use the interactive shell for primary work:

terminal
relay

If you run a CLI agent inside Cursor or VS Code's integrated terminal, start it through Relay:

terminal
relay wrap codex
relay wrap gemini

For Claude Code, Codex, and Gemini hooks, run:

terminal
relay install

Future 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.