Cursor in JetBrains IDEs

Cursor is now available in IntelliJ IDEA, PyCharm, WebStorm, and other JetBrains IDEs through the Agent Client Protocol (ACP).

With Cursor ACP, developers who rely on JetBrains for Java and multilanguage support can use any frontier model from OpenAI, Anthropic, Google, and Cursor for agent-driven development.

Install the Cursor ACP directly in your JetBrains IDE from the ACP Registry, and authenticate with your existing Cursor account.

Read more in our announcement.

MCP Apps and Team Marketplaces for Plugins

This release introduces interactive UIs in agent chats, a way for teams to share private plugins, and improvements to core capabilities like Debug mode.

MCP Apps

MCP Apps support interactive user interfaces like charts from Amplitude, diagrams from Figma, and whiteboards from tldraw directly inside Cursor.

Team marketplaces for plugins

On Teams and Enterprise plans, Admins can now create team marketplaces to share private plugins internally. Go to the settings page to manage and distribute plugins with central governance and access controls.


  • Added support for multiple parallel Debug mode sessions.
  • Debug mode now cleans up stale code after every turn.
  • Debug mode now adapts the number of instrumentation logs based on the complexity.
  • Added a right-click context menu and zoom support to the browser tool.
  • The content from your plan files are now included in autocomplete suggestions as you type in the agent chat input.
  • When you attach multiple images to a chat message, they now display as a gallery instead of a flat list.
  • Added multiline support for Plan mode questions.
  • Modals load faster.
  • Agent workflows are faster and more predictable for multi-file edits and PR-heavy tasks.
  • Improved PR and review context with more accurate file/line anchoring and clearer diff/hunk rendering.
  • Smoother tool-use flows across terminal, web, and integration actions, with better handling for long multi-step runs.
  • More reliable MCP setup and configuration, with cleaner tool-call UX during agent runs.
  • Clearer, more consistent team and enterprise policy and access controls.
  • Improved Slack integration with better linking and status behavior to make team workflows easier to follow.
  • Improved reliability for longer-running agent sessions.

  • Fixed web links in the plan editor.
  • Fixed refresh behavior so branch and PR status appear more reliably.
  • Fixed false blockers when branches diverge during review and merge flows.
  • Fixed review comments where file and line references could be incomplete or inconsistent.
  • Fixed diff display so add/delete and hunk line information is preserved more accurately.
  • Fixed MCP configuration dialogs that could get stuck or behave inconsistently.
  • Fixed model picker showing duplicate or mismatched entries for some users.
  • Fixed team permission and access control inconsistencies across organization setups.
  • Fixed reliability issues in long-running workflows (timeouts, retries, abort handling) for better completion rates.
  • Fixed port allocation conflicts across multiple Debug mode sessions.

  • Improved dashboard and account management with clearer visibility into overview, analytics, and collections.
  • Fixed layout issues in account management and analytics views on the dashboard.

Bugbot Autofix

Bugbot can automatically fix issues it finds in pull requests.

Autofix runs cloud agents on their own machines to test changes and propose fixes directly on your PR. Today, over 35% of Bugbot Autofix changes are merged into the base PR.

Bugbot will post a comment on the original PR with a preview of the autofix changes, which you can merge using the provided @cursor command. If you'd like, you can instead configure autofix to push changes directly to your branch with no interaction required.

To enable autofix, head over to your Bugbot dashboard.

Read more in our announcement.

Cloud Agents with Computer Use

Cloud agents can now use the software they create to test changes and demo their work.

After onboarding onto your codebase, each agent runs in its own isolated VM with a full development environment. Cloud agents produce merge-ready PRs with artifacts (videos, screenshots, and logs) that make it possible to quickly review their changes.

Cloud agents are available anywhere you use Cursor, including web, desktop, mobile, Slack, and GitHub.

Get started at cursor.com/onboard to watch the agent configure itself and record a demo. Or read more in our announcement.

CLI Improvements and Mermaid ASCII Diagrams

This release introduces the ability to hand off plans from the CLI to the cloud, in-line rendering of ASCII diagrams, and many quality-of-life improvements.

Plan mode improvements in CLI

When a plan is generated, the CLI now shows a persistent decision menu. You can choose to build in the cloud or build locally to execute the plan.

Typing /plan takes you back to your current plan and its action menu. We've also added keyboard shortcuts in the prompt bar so you can use arrow keys to navigate options, Enter to execute the selected option, and Shift+Enter as a shortcut for "Build in cloud."

Mermaid ASCII diagrams in CLI

Mermaid code blocks now render inline as ASCII diagrams in your CLI conversation. Flowcharts, sequence diagrams, state machines, class diagrams, and ER diagrams can all be displayed directly in the terminal.

Ctrl+O allows you to switch between the rendered diagram and the original mermaid source to see both representations.

Other improvements

We've also made lots of improvements to the CLI focused on tooling, quality of life, and reliability.

  • AI code and conversations in CLI are now tracked by Cursor Blame.
  • AI code attribution is now preserved by Cursor Blame when formatters like Prettier, Biome, or pre-commit hooks rewrite code.
  • File deletions are tracked by Cursor Blame to reflect the full lifecycle of code.
  • Clipboard operations on Linux now work with Wayland (wl-copy) and X11 (xclip) for better compatibility across desktop environments.
  • Agent sessions are now saved as JSONL transcripts. Headless mode also writes transcripts, making it easier to review and debug non-interactive runs.
  • CLI now stores conversation transcripts that the agent can use as context.

  • Unified domain allowlisting for WebSearch and WebFetch.
  • Known-safe URLs (e.g. Cursor docs) are auto-approved without permission prompts.
  • When an MCP server's credentials expire mid-session, the agent can now re-authenticate on demand instead of failing silently.
  • If you skip approving an MCP server, it stays disabled for the rest of the session rather than prompting you repeatedly.
  • The sandbox in the CLI now supports granular network access controls: user config only, user config with defaults, or allow all.

  • /resume now sorts by last interaction time, not creation time, so your most recent conversations appear first.
  • Model reasoning and thinking blocks are now rendered inline as they stream in.
  • Markdown tables now wrap text within cells, use box-drawing borders, and correctly handle escaped pipes.
  • Your message appears right after sending, and the "Generating..." indicator clears as soon as the model finishes rather than waiting for the full stream to close.
  • /auto-run, /max-mode, /vim, and similar commands now toggle with a single invocation. Current status is shown in the command description.
  • Slash commands are ranked by how closely they match what you've typed, with recency as a tie-breaker.
  • Added Emacs-style navigation: Ctrl+N/Ctrl+P for up/down and Ctrl+G for cancel/dismiss, alongside the existing arrow keys and Esc.
  • Added keybindings: Alt+Delete deletes the previous word; Ctrl+D exits questionnaire prompts.
  • Use --yolo and --force flags to approve workspace trust, skip MCP confirmation prompts, enable auto-run, and activate web tools.
  • Tool output now distinguishes "Cancelled" (you stopped it) from "Interrupted" (stopped externally).
  • When the sandbox isn't available, the message now explains why for your specific OS.
  • Reduced padding, removed the sandbox lock icon from shell prompts, and tightened up visual spacing throughout the CLI interface.
  • CLI output now detects your terminal's dark or light background and adjusts colors to match.
  • Shell and task durations now display in minutes and seconds.

  • Auto-updates now run in the background for faster time-to-interactive.
  • Reduced boot time.
  • Automatically retries connection on transport errors and stalls, with checkpoint-aware state recovery.
  • Background subagent resumes are now queued instead of interrupting running subagents.
  • 403 errors no longer trigger logout.
  • Fixed hanging headless mode when workspace trust is required; -force now implicitly trusts the workspace.
  • approvalMode: "unrestricted" is now respected without requiring -force.
  • Fixed abort restore so when no checkpoint exists, state rolls back cleanly and user text is preserved.
  • Fixed resume in non-git workspaces.
  • Fixed stale model lookup after model renames.
  • Fixed auto-run not applying to delete and MCP tools when toggling with Shift+Tab.
  • Fixed iTerm2 Ctrl+J for newlines.
  • Hardened sudo askpass helper and fixed sudo prompts on macOS.
  • Fixed Windows Delete key sending forward-delete instead of backspace.
  • Fixed duplicate rendering artifacts during state transitions.
  • Fixed a readability issue with user message colors on light backgrounds.
  • Relative paths in sandbox.json now resolve correctly against their config file location.