Skip to content

Approval skip property - #24

Draft
cursor[bot] wants to merge 3 commits into
mainfrom
cursor/approval-skip-property-3327
Draft

Approval skip property#24
cursor[bot] wants to merge 3 commits into
mainfrom
cursor/approval-skip-property-3327

Conversation

@cursor

@cursor cursor Bot commented Mar 5, 2026

Copy link
Copy Markdown

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 status view, providing a unified interface for tracking both. Agents are shown with status indicators and can be opened in the browser.


Open in Web Open in Cursor 

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
@cursor

cursor Bot commented Mar 5, 2026

Copy link
Copy Markdown
Author

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

cursoragent and others added 2 commits March 5, 2026 03:33
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant