docs: Cursor SDK harness gap analysis and implementation plan#568
Closed
conradkoh wants to merge 2 commits into
Closed
docs: Cursor SDK harness gap analysis and implementation plan#568conradkoh wants to merge 2 commits into
conradkoh wants to merge 2 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Mirror opencode + opencode-sdk: additive cursor-sdk, separate UI labels, Phase 1 checklist without modifying CursorAgentService. Co-authored-by: Cursor <cursoragent@cursor.com>
Owner
Author
|
Closing as stale: the Cursor SDK harness shipped in #569 (merged to master via release v1.47.0). This planning-only doc PR on If you still want the gap-analysis doc in-repo, we can reopen or cherry-pick |
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.
Summary
Planning document for migrating chatroom from the Cursor CLI harness (
agent -p) to@cursor/sdkdurable agents. No implementation in this PR — documentation only.Backlog: Cursor SDK based harness (multi-agent chatroom)
Related: Cursor SDK based direct harness
Release train: Targets
release/v1.47.0→ master via #567Document sections (
docs/plans/cursor-sdk-harness-gap-analysis.md)Agent.create/send/stream/wait,Agent.resume,Agent.prompt, auth (CURSOR_API_KEY), errors, disposalRemoteAgentServicemulti-agent daemon path (cursor,opencode,pi,copilot); (B)BoundHarnessdirect-harness path (opencode-sdk+ ConvexdirectHarness+ webapp UI)cursor-sdkRemoteAgentService first, then optionalBoundHarnesswrapperTest plan
pnpm typecheck && pnpm testrun before handoffMade with Cursor