Skip to content

Add cursor agent preset for Auto vs static model comparison - #4

Merged
cursor[bot] merged 3 commits into
mainfrom
cursor/add-cursor-agent-preset-dc02
Aug 21, 2026
Merged

Add cursor agent preset for Auto vs static model comparison#4
cursor[bot] merged 3 commits into
mainfrom
cursor/add-cursor-agent-preset-dc02

Conversation

@sroomberg

@sroomberg sroomberg commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a built-in cursor preset so you can compare Cursor Auto (model router) against any other agent — Claude, Codex, Aider, or a pinned Cursor model — in one AgentTester run.

Version: 1.5.0 (minor — new preset + auth docs)

Changes

  • Built-in cursor preset: agent -p --force --trust {prompt} (no --model → Auto)
  • Docs reframed around Auto vs other agents (--agents cursor,claude); optional cursor-composer example kept to show any agent tool / pinned --model
  • CURSOR_API_KEY documented (shell export, per-agent env, agent login) and forwarded in docker-compose.yaml

Usage

export CURSOR_API_KEY=…   # or: agent login

# Auto vs another static agent
agent-tester run "Refactor auth" --agents cursor,claude

# Optional: Auto vs pinned Cursor model
agent-tester run "Refactor auth" --agents cursor,cursor-composer

Do not pass Cursor’s -w/--worktree — AgentTester already isolates worktrees.

Open in Web Open in Cursor 

Ship a built-in cursor preset that runs the Cursor CLI headlessly
without --model (Auto router), and document how to A/B it against a
pinned --model agent in the same agent-tester pass.

Co-authored-by: Steven Roomberg <sroomberg@users.noreply.github.com>
@sroomberg
sroomberg marked this pull request as ready for review August 21, 2026 01:11
cursoragent and others added 2 commits August 21, 2026 01:16
Reframe examples around cursor vs claude/codex (not only cursor vs
cursor-composer), keep a pinned Composer entry as an optional sample,
and document CURSOR_API_KEY for shell/Docker/per-agent env.

Co-authored-by: Steven Roomberg <sroomberg@users.noreply.github.com>
Minor release for the new built-in cursor preset and CURSOR_API_KEY docs.

Co-authored-by: Steven Roomberg <sroomberg@users.noreply.github.com>
@cursor
cursor Bot merged commit e118323 into main Aug 21, 2026
2 checks passed
@cursor
cursor Bot deleted the cursor/add-cursor-agent-preset-dc02 branch August 21, 2026 01:22
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.

2 participants