AI agents · OpenClaw · self-hosting · automation

Quick Answer

Cursor 3.7 vs Cursor 4 vs Windsurf vs Claude Code: What's Live (June 2026)

Published:

Cursor 3.7 vs Cursor 4 vs Windsurf vs Claude Code: What’s Live (June 2026)

Three of the four leading AI coding tools shipped meaningful updates in the past two weeks, and the version numbers being thrown around in comparison posts are inconsistent enough to be confusing. This page maps what is actually live in June 2026, what each just added, and which to use for what.

Last verified: June 16, 2026.

TL;DR

  • Cursor 3.7 with Composer 2.5 is the stable build most users are on right now.
  • Cursor 4 is rolling out on early-access; full GA is imminent but not yet here.
  • Windsurf SWE-1.5 is the current Windsurf model and Cascade is the agent loop.
  • Claude Code v2.1.169 (June 8, 2026) added —safe-mode plus terminal fixes.
  • Claude Fable 5 is the model behind every leading agent’s recent benchmark gain; access ends in the unified claude.ai plan on June 22, then moves to usage credits.

Version state of play right now

ToolCurrent stableWhat’s nextWhen
Cursor3.7 + Composer 2.5Cursor 4 (early-access live)GA expected within weeks
WindsurfSWE-1.5 model + CascadeContinuing point updatesRolling
Claude Codev2.1.169Continuing weekly releasesJune 8 was last major
Codex CLILatestContinuingRolling

The two confusing items are Cursor and Claude Code. Both ship aggressively — Cursor on rotation between 3.x and 4.x branches, Claude Code on a roughly weekly cadence — so any review more than two weeks old is already partly stale.

Cursor 3.7 with Composer 2.5

Composer 2.5 is Cursor’s flagship agentic mode and the headline feature of the 3.7 branch. It does multi-file edits across a project given a natural-language instruction, with an in-line plan that you can edit before execution. The tab-completion model is custom-trained by Cursor specifically for the editor.

What’s new vs Composer 2:

  • Faster planning step (down from ~8s to ~3s on cached projects).
  • Better long-context handling — Composer 2.5 can reason over an entire mid-sized repo without context-window thrashing.
  • Auto-router-light: picks between Claude Fable 5, GPT-5.5 Pro, and Cursor’s in-house tab model depending on the task.

Pricing: Cursor Pro at $20/month, Cursor Business at $40/seat/month. Composer usage counts against monthly inclusion; heavy users hit limits.

Best for: Developers who want an IDE-first workflow with strong tab completion and a Composer for medium-complexity multi-file work.

Cursor 4 (early-access)

Cursor 4 is the next major branch, currently rolling out to a subset of paying users via the early-access channel. Confirmed features:

  • Full auto-router that picks between models on a per-prompt basis without needing manual selection.
  • Updated Cursor SDK for building agents on top of Cursor primitives.
  • Cloud Composer — a hosted Composer surface for long-running tasks not tied to your local editor (the answer to Codex Ona and Devin Desktop).

If you have stability requirements, stay on 3.7 for a few more weeks. If you want the new SDK or Cloud Composer, opt into early-access from settings.

Windsurf SWE-1.5

SWE-1.5 is Windsurf’s current in-house coding model and the default for Cascade agents. The Windsurf pitch is hands-off long-running tasks: you describe a goal, Cascade plans, executes, and reports back, with optional human review at checkpoints.

Strengths:

  • Strongest hands-off autonomous workflow out of the four.
  • SWE-1.5 is well-tuned for refactoring and large structural changes.
  • Subscription includes generous Cascade quota.

Weaknesses:

  • Less editor polish than Cursor for in-line single-file work.
  • Less terminal-friendly than Claude Code for ad-hoc commands.
  • Smaller community/skill ecosystem than Claude Code’s Skills system.

Pricing: Pro tier $15/month is the cheapest of the four; higher tiers from $30 for power users.

Best for: Developers who want to delegate larger chunks of work and let the agent run.

Claude Code v2.1.169

The June 8, 2026 release. Notable additions:

  • —safe-mode flag (and CLAUDECODESAFEMODE env variable) starts Claude Code with all customizations off — no Skills, no MCP servers, no project CLAUDE.md, no agents directory.
  • /terminal-setup now disables GPU acceleration in VS Code, Cursor, and Windsurf integrated terminals to fix garbled-text rendering.
  • Feature-of-the-Week credit-claim status moved from a line above the prompt to a notification in the status area.
  • claude agents slash-command autocomplete now matches substrings.

The headline architectural features — background sub-agents, Skills, and Dynamic Workflows — are all production-ready in this build.

Pricing: Comes with any Claude Pro/Max plan ($20/$100/$200 respectively); Claude Fable 5 is on usage credits after June 22.

Best for: Developers who live in a terminal, want background autonomous sub-agents, or want the most mature Skills/MCP ecosystem.

Head-to-head decision table

You wantPick
IDE-first workflow with strong tab completionCursor 3.7
Cloud Composer / hosted long-running tasksCursor 4 (early-access) or Codex Ona
Hands-off “describe goal, walk away” CascadeWindsurf SWE-1.5
Terminal-first with autonomous sub-agentsClaude Code v2.1.169
Lowest priceWindsurf Pro at $15/mo
Best SWE-bench Pro scoreClaude Code + Claude Fable 5
Best Terminal-Bench scoreCodex CLI
Most mature MCP/Skills ecosystemClaude Code

Benchmark snapshot (June 2026)

These numbers move weekly. As of mid-June:

  • SWE-bench Pro: Claude Fable 5 leading at ~69.2%, GPT-5.5 Pro close behind.
  • Terminal-Bench 2.1: Codex CLI on top, Claude Code second.
  • MCR (multi-file reasoning): Cursor 3.7 + Composer 2.5 strong on cached repos.

The model matters more than the agent for benchmark numbers. Claude Fable 5 powers strong results across Cursor, Windsurf, and Claude Code when you route to it. The differentiator between agents is workflow ergonomics, not raw model quality.

What about price?

ToolEntry pricePower user tier
Cursor$20/mo (Pro)$40/mo (Business)
Windsurf$15/mo (Pro)$30+/mo
Claude Code$20/mo (Claude Pro)$200/mo (Max 20x)
Codex CLIAPI meteredAPI metered

Cursor and Claude Code both cap at ~$200/mo for the power-user tier. Windsurf is the cheapest entry. Codex CLI is metered per-call against OpenAI’s API, so heavy users actually pay more than $200/mo despite no subscription floor.

What this means right now

If you started a project a month ago and want to upgrade: check whether you’re on Cursor 3.7 or earlier. Composer 2.5 is meaningfully faster than Composer 2.0 and worth the upgrade.

If you’re starting a new project this week: stay on Cursor 3.7 stable channel or pick Claude Code v2.1.169. Both are battle-tested with the current Claude Fable 5 / GPT-5.5 Pro generation. Skip Cursor 4 early-access unless you specifically want the new SDK.

If you want to delegate long-running work: Windsurf Cascade for editor-tied work, or Claude Code background sub-agents for terminal-tied work. Cursor 4’s Cloud Composer is the third option once it GAs.

If you live across multiple tools: Claude Code’s MCP servers can be invoked from inside Cursor and Windsurf via the MCP integration. So you don’t need to pick one — many developers use Cursor for the editor, Claude Code for autonomous terminal work, and Windsurf for long-running Cascade jobs in parallel.

See also

Last verified: June 16, 2026.