Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/product/ai-in-sentry/seer/autofix/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Coding agent handoff only works with GitHub.

Supported coding agents for handoff:

- **Claude Code** — Seer passes the root cause and solution as a structured prompt that [Claude Code](/integrations/coding-agents/claude/) can act on directly in your terminal or CI environment.
- **Cursor Cloud Agents** — Seer triggers a [Cursor Cloud Agent](/integrations/coding-agents/cursor/) to implement the fix asynchronously, without requiring your local IDE to be open.
- **GitHub Copilot** — Seer sends its root cause analysis to a [GitHub Copilot cloud agent](/integrations/coding-agents/copilot/), which runs in GitHub Actions to generate a fix and open a pull request.
- **Claude Agent** — Seer passes the root cause and solution as a structured prompt that [Claude Code](/integrations/coding-agents/claude/) can act on directly in your terminal or CI environment.
- **Cursor Cloud Agent** — Seer triggers a [Cursor Cloud Agent](/integrations/coding-agents/cursor/) to implement the fix asynchronously, without requiring your local IDE to be open.
- **GitHub Copilot Cloud Agent** — Seer sends its root cause analysis to a [GitHub Copilot cloud agent](/integrations/coding-agents/copilot/), which runs in GitHub Actions to generate a fix and open a pull request.

To enable coding agent handoff, connect a coding agent integration in [Integrations settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/integrations/?category=coding%20agent). Once connected, the handoff option will appear at the Code Generation step of the Autofix flow, alongside the standard "Create PR" and "Checkout locally" options.

Expand Down
Loading