Add listRecentCursorAgents read-only Cursor Cloud tool#1077
Draft
Add listRecentCursorAgents read-only Cursor Cloud tool#1077
Conversation
Uses @cursor/sdk Agent.list/get, listRuns, getRun with CURSOR_API_KEY. Filters to ryokun6/ryos via repo URLs from Agent.get; documents indeterminate repo metadata. Wired into ryo conversation tools, chat hook, and UI.
|
The preview deployment for ryos-dev is ready. 🟢 Open Preview | Open Build Logs | Open Application Logs Last updated at: 2026-04-30 00:57:02 CET |
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.
Adds a chat tool
listRecentCursorAgentsthat lists recent Cursor Cloud agents scoped (by repo URL fromAgent.get) toryokun6/ryosorCURSOR_CLOUD_REPO_URL, using the same owner gate andCURSOR_API_KEYascursorRyOsRepoAgent.Implementation follows the current Cursor TypeScript SDK:
Agent.list/Agent.get/Agent.listRuns/Agent.getRunwithruntime: "cloud"(aligned with the Cloud Agents API’s agent + run model). Code comments note that there is no global run list endpoint—only per-agent run lists.Testing:
bun teston the new gate tests + existing cursor repo agent tests;bun run buildsucceeded.