feat: add Cursor CLI agent harness and experiments - #166
Open
vivek100 wants to merge 1 commit into
Open
Conversation
Enable Composer 2.5 and Grok 4.5 evals via cursor-agent with stream-json parsing, MCP/skills support, and benchmark/no-skills experiment variants. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@vivek100 is attempting to deploy a commit to the Supabase Team on Vercel. A member of the Team first needs to authorize it. |
5 tasks
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
packages/core/src/agents/cursor/) with pinned install, headlessstream-jsonrunner, transcript parser, andcursorAgent()factory wired into the registry.cursor-composer-2.5,cursor-composer-2.5-no-skills,cursor-grok-4.5-high,cursor-grok-4.5-high-no-skills(Supabase MCP on; skills vs none).CURSOR_API_KEYin.env.example/ README and label Cursor in the results UI.Fixes #167
How to run
Model ids (from live
cursor-agent --list-models):composer-2.5,cursor-grok-4.5-high.Verification
pnpm exec vitest run src/agents/cursor/(core package)pnpm typecheck,pnpm format:checkpnpm eval:dryfor all four Cursor experimentscursor-composer-2.5×resolve-dataapi-001-empty-results— agent completed with Supabase MCP (list_tables,execute_sql,apply_migration, …) and skills loaded. Scorer judge step needsOPENAI_API_KEY(eval usesjudge()in addition to deterministic checks).Test plan
pnpm --filter @supabase-evals/core test(includes Cursor runner/parser tests)pnpm typecheckrun-evalslabel if maintainers want full benchmark CI