Cursor’s changelog is the version-by-version record of every major release, from the 0.x early-development builds through the 3.x agent-first era, documenting new features, improvements, and fixes at each step. Reading it in order shows how capabilities like multi-agent execution, background agents, and plugin marketplaces built on top of earlier foundations.
This comprehensive changelog tracks Cursor’s evolution, highlighting major features, improvements, and fixes across all versions. Use this as a reference for understanding feature availability and planning upgrades.
Side chats — open a durable parallel conversation with /side, /btw, or the plus button without interrupting the main agent; pull its context back with an @-mention
Conversation search — search thousands of local agent transcripts from the Agents Window with Cmd+K, or search within one conversation with Cmd+F
Redesigned project/repo pickers — clearer This Computer, Cloud, Remote Machines, No Repo, multi-root, recent branch, and clone-local flows
Conversation-level cloud hooks — beforeSubmitPrompt, afterAgentResponse, afterAgentThought, subagentStart, stop, and related hooks can observe or control prompts, responses, reasoning, delegation, compaction, and turn completion
Cursor and SpaceXAI released Grok 4.5, a jointly trained mixture-of-experts model for long-running software, data, finance, legal, and general computer-use tasks
Available across Cursor desktop, web, iOS, CLI, and SDK; base pricing is $2 / $6 per MTok input/output and the fast variant is $4 / $18
Grok 4.5 joins the first-party model pool but does not replace Composer 2.5; Cursor says they are different weight classes and will continue offering and developing Composer-sized models
Treat CursorBench comparisons cautiously: Cursor disclosed that an earlier Cursor code snapshot appeared in Grok 4.5 training and excluded that benchmark from its launch comparison
Independent July 11 snapshot: Artificial Analysis measured Grok 4.5 + Grok Build at 54 on Intelligence Index v4.1 and 76 on Coding Agent Index v1.1; these are system-level measurements, not pure model-weight scores
Cursor for iOS public beta on all paid plans: launch cloud agents, use voice and slash commands, Remote Control local agents, review artifacts/diffs, and merge PRs from mobile
Customize page centralizes plugins, skills, MCPs, subagents, rules, commands, and hooks across user, team, and workspace scopes
Marketplace leaderboards, plugin canvases, and Team Marketplace imports from GitLab, Bitbucket, and Azure DevOps
/automate skill — create automations directly in an agent session by describing the task in plain language; Cursor configures the triggers, instructions, and tools for you
Slack emoji trigger — react to a Slack message with a designated emoji to kick off an automation
Five new GitHub triggers — issue comments, PR review comments, PR review submissions, review-thread updates, and workflow-completion events
Computer use for automations — cloud agents can generate demos and work artifacts as part of an automation
Also: save incomplete automations, open a PR by default, and delete memory files from the UI
Cloud Subagents & Cloud Dev Environments (June 17, 2026)
SpaceX entered a binding all-stock merger agreement to acquire Anysphere/Cursor at an implied $60B equity value; the formal buyer is SpaceX, not xAI acting separately
This was a proposed, not completed, acquisition on July 11: closing remained subject to conditions and regulatory approvals, with SpaceX expecting completion in Q3 2026
xAI had joined SpaceX in February and the combined AI operation is branded SpaceXAI; Cursor separately announced an April partnership to train models on SpaceXAI’s Colossus infrastructure
Multi-select elements — click two or more elements in the Cursor browser and the agent sees their code, the surrounding layout, and the visual relationships between them; ask it to make one match another, remove repeated content, or adjust a group of components at once
Voice input — narrate changes through the Design Mode overlay; the mic stays live while an agent is mid-run, so you can queue the next change by voice without waiting for the previous one to finish
Custom tools — hand the local agent your own functions via local.customTools; the SDK exposes them through a built-in custom-user-tools MCP server, so they pass the same permission gate as any MCP tool and are visible to every subagent
Auto-review — set local.autoReview to route a headless agent’s tool calls through a classifier (steered by natural-language autoRun.allow_instructions / block_instructions in permissions.json) instead of bypassing review entirely
Custom stores — choose in-memory, SQLite, or an append-only JSONL store for agent and run metadata; nested subagents can now spawn to any depth
SDK clients still pinning the retired composer-2 slug are routed to Composer 2.5
Cursor 3.6 — Auto-review Run Mode & Enterprise Organizations (May 29 – June 3, 2026)
A new run mode that lets Cursor work longer with fewer approval prompts and safer execution
Applies to Shell, MCP, and Fetch calls: allowlisted calls run immediately, sandboxable calls run in the sandbox, and everything else goes to a classifier subagent that allows the call, tries a different approach, or asks for your approval
Configured under Settings > Cursor Settings > Agents > Run Mode, with custom classifier instructions
Organizations for Cursor Enterprise (June 3)
New Organizations > Teams > Groups hierarchy: an Organization is the top-level container for identity, administration, and membership; Teams are operating units (department, region, subsidiary); Groups are lightweight collections that sit across or within teams
Multi-team membership, organization-level IDP management, and org-wide usage analytics with per-team drill-down
Admins can move users between teams via the dashboard, API, or CSV; new joiners inherit team settings and permissions automatically
Share canvases created by agents with your team (Pro, Teams, Enterprise)
/loop skill
Agents can run a prompt repeatedly on a local schedule until a target outcome is reached, or until you stop it
Omit the interval and the agent decides when — or on what event — to wake itself; Cursor’s examples are “check deploy status every 5 minutes” and “work on this feature until tests pass”
Aimed at local long-running agents in the Agents Window. It is a bundled skill rather than one of the CLI’s built-in slash commands, and the outcome-terminated form covers work that Claude Code splits off into /goal
Automations, reworked
Automations now live in the Agents Window
Multi-repo automations — one agent works across several codebases to deliver, test, and verify
No-repo automations for monitoring tools outside a codebase, with five new marketplace templates (Slack digest, analytics, FAQ, finance, customer-health)
Promotional pricing: 50% off agent runs for newly created automations for their first 7 days
A substantial step up over Composer 2 in intelligence and behavior — better at sustained work on long-running tasks and more reliable at following complex instructions
Pricing: Standard $0.50/M input, $2.50/M output · Fast (default) $3.00/M input, $15.00/M output
2.x - Advanced multi-agent, enterprise features
1.x - Production ready, GA features
0.5x - Architecture changes
0.4x - Feature maturity
0.3x - Rapid iteration
0.2x - Early development
Understanding the changelog helps you make informed decisions about updates. Continue to Upgrade Guides for safe update procedures or explore Feature Adoption strategies.