Approval skip property - #24
Draft
cursor[bot] wants to merge 3 commits into
Draft
Conversation
Add Cursor Cloud Agents API integration to display active agents alongside PRs in the status command. Agents are shown when CURSOR_API_KEY is configured. Key changes: - New lib/cursor-api.ts for Cursor API integration - Extended status command to fetch and display agents - Added CursorAgent and AgentWithStatus types - Unified display for PRs and agents in TUI - Support for opening agents in browser - Updated README with configuration and usage Implements issue #19
Author
|
Cursor Agent can help with this pull request. Just |
When pressing Enter on a Cursor agent in status view, now displays: - Agent ID - Current status (RUNNING/FINISHED/FAILED) - Target branch - Summary of work being done - Associated PR link (if available) This allows users to see what the agent is currently working on without leaving the TUI.
Resolve the stale status and Cursor API conflicts in favor of the current mainline architecture so the branch's remaining changes can merge without regressing newer CLI and web workflows. Made-with: Cursor
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add support for viewing active Cursor agents in the status view to address issue #19.
This PR integrates Cursor's Cloud Agents API to display active agents alongside PRs in the
copse statusview, providing a unified interface for tracking both. Agents are shown with status indicators and can be opened in the browser.