Skip to content

Commit 37f216c

Browse files
sentry-junior[bot]Juniorrahulchhabriaclaude
authored
docs(autofix): update Autofix description and add coding agent handoff section (#17366)
## Summary Two docs changes to surface coding agent handoff in the Autofix flow: ### 1. `docs/ai/index.mdx` Updated the **Seer - Autofix** card description from: > Find root causes and get code fixes for your issues, powered by Seer. To: > Automatically root cause any issue and generate fixes with Seer, Claude Code, Cursor Cloud Agents, or Copilot. ### 2. `docs/product/ai-in-sentry/seer/autofix/index.mdx` Added a new subsection **"Handoff to Claude Code, Cursor Cloud Agents, or Copilot"** under **How Issue Autofix Works > Code Generation**, covering: - What coding agent handoff is and when to use it - Supported agents: Claude Code, Cursor Cloud Agents, GitHub Copilot — with a brief description of how each integration works - How to enable it via Integrations settings Also updated the step 3 summary line in the flow overview to mention the coding agent handoff option. Requested by <@URCU7R7U2> --------- Co-authored-by: Junior <junior@sentry.io> Co-authored-by: Rahul Chhabria <rahul.chhabria@sentry.io> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3f5e11a commit 37f216c

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

docs/ai/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Looking for Sentry's AI-powered debugging features? Sentry uses AI to help you d
6969
href="/product/ai-in-sentry/seer/autofix/"
7070
iconSrc="/ai/img/IconSeer.svg"
7171
title="Seer - Autofix"
72-
description="Find root causes and get code fixes for your issues, powered by Seer."
72+
description="Automatically find the root cause of any issue and generate fixes with Seer, Claude Code, Cursor Cloud Agents, or Copilot."
7373
className="w-full md:w-[calc(50%-12px)]"
7474
/>
7575
<LinkCard

docs/product/ai-in-sentry/seer/autofix/index.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Seer's Issue Autofix flow follows a three step process:
3838

3939
1. [Root Cause Analysis](#root-cause-analysis): Analyze the issue using Sentry's context and your codebases and determine the root cause
4040
2. [Solution Identification](#solution-identification): Identify a solution based on the analysis
41-
3. [Code Generation](#code-generation): Generate a code fix and (optionally) open a PR
41+
3. [Code Generation](#code-generation): Generate a code fix and (optionally) open a PR, or hand off to a coding agent
4242

4343
You can always manually trigger the Autofix flow from the Issue Details page. Issues will automatically trigger the flow when an agent is configured for background handoff and the Issue is highly actionable with 10+ events captured and high medium or above fixability score.
4444

@@ -83,6 +83,22 @@ snippets and examples, and does not affect workflows involving your own coding a
8383

8484
![Screenshot of Seer showing code it generated =800x](../img/coding-step.png)
8585

86+
### Handoff to Claude Code, Cursor Cloud Agents, or Copilot
87+
88+
Seer always performs root cause analysis and solution planning using its own internal tools and Sentry context. At the final code generation step, instead of having Seer generate the code fix directly, you can hand off to an external coding agent for implementation. Seer passes along the root cause and solution plan so the coding agent can act on them. This lets you leverage the strengths of specialized code generation tools while still benefiting from Seer's debugging and analysis.
89+
90+
Supported coding agents for handoff:
91+
92+
- **Claude Code** — Seer passes the root cause and solution as a structured prompt that Claude Code can act on directly in your terminal or CI environment.
93+
- **Cursor Cloud Agents** — Seer triggers a Cursor Cloud Agent to implement the fix asynchronously, without requiring your local IDE to be open.
94+
- **GitHub Copilot** — Seer opens a GitHub issue or PR with the full context, which Copilot can then pick up and implement.
95+
96+
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.
97+
98+
<Alert>
99+
Coding agent integrations handle their own authentication and repository access. Make sure the agent can access the same repositories connected to your Sentry project.
100+
</Alert>
101+
86102
## Autofix in Slack
87103

88104
<Alert>

0 commit comments

Comments
 (0)