-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(cursor-bg-agent): docs page for cursor agents #15307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jennmueng
wants to merge
9
commits into
master
Choose a base branch
from
jenn/cursor-agents-docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+41
−0
Open
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
0241fd1
feat(cursor-bg-agent): docs page for cursor agents
jennmueng 855663e
can now trigger via automation
jennmueng 5237ada
Update docs/organization/integrations/coding-agents/cursor/index.mdx
jennmueng e501cea
remove coding agents nesting
jennmueng deba1c9
images and links
jennmueng a227b1b
capitalize
jennmueng 34fb9bd
Merge branch 'master' into jenn/cursor-agents-docs
jennmueng eb2b3d5
fix link here
jennmueng f14d525
fix this link
jennmueng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+215 KB
docs/organization/integrations/cursor/img/cursor-agent-stopping-point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.2 KB
docs/organization/integrations/cursor/img/rca-launch-cursor-agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| --- | ||
| title: Cursor Agent | ||
| sidebar_order: 1 | ||
| description: "The Cursor Agent integration allows you to launch Cursor Background Agents directly from Seer to help debug, fix issues, and create pull requests for you." | ||
| --- | ||
|
|
||
| You can trigger Cursor Background Agents from your [Seer Issue Fix](/product/ai-in-sentry/seer/issue-fix/) tab. The background agents will be provided with Seer's Root Cause Analysis alongside the issue context to help the background agent understand the issue and generate a solution. | ||
|
|
||
| ## Install and Configure | ||
|
|
||
| <Alert> | ||
|
|
||
| Sentry Owner, Manager, or Admin permissions are required to install this integration. | ||
|
|
||
| </Alert> | ||
|
|
||
| 1. Navigate to **Settings > Integrations > [Cursor Agent](https://sentry.io/orgredirect/organizations/:orgslug/settings/integrations/cursor)** | ||
|
|
||
| 2. Click **Install**. | ||
|
|
||
| 3. Provide your Cursor API key. You can find this in Cursor Account Settings under **Integrations > User API Keys**. | ||
|
|
||
| ## Using the Integration | ||
|
|
||
| Once installed, you can trigger Cursor Background Agents from the Seer Root Cause Analysis card on any issue. Click the dropdown next to **Find Solution** to launch a Cursor Background Agent. | ||
|
|
||
|  | ||
|
|
||
| ### Triggering via Automation | ||
|
|
||
| You can trigger Cursor Background Agents automatically via Seer Automation. | ||
|
|
||
| Simply configure it as a target in the "Where should Seer stop?" section in the [Seer settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/projects/:projectslug/seer/) for a project. | ||
|
|
||
|  | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jennmueng - just a suggestion to make it crystal clear.