Add CursorAgent CLI adapter#769
Draft
ralfboltshauser wants to merge 2 commits into
Draft
Conversation
This was referenced Jul 16, 2026
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
CursorAgentCLI adapter forcursor-agentstream JSON output.CursorAgentwhere Cursor is now an equivalent supported CLI worker.smithers initagent scaffolding and local agent detection (cursor-agent status --format jsonorCURSOR_API_KEY).Validation
bun test --timeout=60000 --max-concurrency=1 packages/agents/tests/cursor-support.test.js packages/agents/tests/cli-capabilities.test.jsgenerateAgentsTscheck for authenticatedcursor-agentdetection andCursorAgentscaffold outputbun scripts/generate-llms.tsgit diff --checkKnown baseline/local-environment limitations
./node_modules/.bin/tsc -p packages/agents/tsconfig.json --noEmitfails on currentmainas well:packages/agents/src/SdkAgentOptions.ts(10,10): error TS2707: Generic type 'ToolLoopAgentSettings' requires between 0 and 3 type arguments.node scripts/check-docs.mjsstill has unrelated baseline/environment failures: stale composite docs, optional package import resolution, missing VCS/time-travel deps, and CLI help checks blocked in this partial linked-dependency worktree; Cursor-related CLI agent docs checks pass.incuris declared in the repo package manifests; Cursor detection/scaffold generation was validated directly instead.