Changelog

1.1

Background Agents in Slack

You can now launch Background Agents directly from Slack by mentioning @Cursor. Agents can read the thread, understand what's going on, and create PRs in GitHub, all without leaving the conversation.

Use Cursor where your team works

Mention @Cursor in any thread with a prompt like:

Agents run remotely in a secure environment and you'll get updates directly in Slack, including links to Cursor and GitHub, when the work is done.

Agents understand context

Cursor reads the entire Slack thread before starting, so Background Agents understand the full context when you reference previous discussions or issues.

You can also ask Cursor to investigate issues and get answers:

Getting started

To use Background Agents in Slack, an admin needs to set up the integration first. Check out our setup documentation or ask your workspace admin to connect Cursor from the Dashboard → Integrations page.

Once connected, try it in any channel with @Cursor and write a prompt. Use the command help to see all commands, or settings to configure your default model, repo, and branch.

Improvements (1)
  • Search in settings with Cmd/Ctrl+F
MCP (3)
  • Progress notifications from servers
  • Dynamic tool registration
  • Roots supports
Patches (3)

1.1.1

  • Fixed workspaces indexing issue

1.1.2

  • Improved client side performance

1.1.3

  • Fixed MCP performance regression
  • Added PR search and indexing
  • Improved deeplink experience
  • Added option to change upstream marketplace provider

1.1.4

  • Improved Background Agent reliability
  • Fixed search in Chat UI bug

1.1.5

  • Small performance improvements

1.1.6

  • Fixed an agent latency regression that occurs for users using Remote SSH

1.0

BugBot, Background Agent access to everyone, and one-click MCP install

Cursor 1.0 is here!

This release brings BugBot for code review, a first look at memories, one-click MCP setup, Jupyter support, and general availability of Background Agent.

Automatic code review with BugBot

BugBot automatically reviews your PRs and catches potential bugs and issues.

When an issue is found, BugBot leaves a comment on your PRs in GitHub. You can click "Fix in Cursor" to move back to the editor with a pre-filled prompt to fix the issue.

To set it up, follow instructions in our BugBot docs.

Background Agent for everyone

Since we released Background Agent, our remote coding agent, in early access a few weeks ago, early signals have been positive.

We're now excited to expand Background Agent to all users! You can start using it right away by clicking the cloud icon in chat or hitting Cmd/Ctrl+E if you have privacy mode disabled. For users with privacy mode enabled, we'll soon have a way to enable it for you too!

Agent in Jupyter Notebooks

Cursor can now implement changes in Jupyter Notebooks!

Agent will now create and edit multiple cells directly inside of Jupyter, a significant improvement for research and data science tasks. Only supported with Sonnet models to start.

Memories

With Memories, Cursor can remember facts from conversations and reference them in the future. Memories are stored per project on an individual level, and can be managed from Settings.

We're rolling out Memories as a beta feature. To get started, enable from Settings → Rules.

MCP one-click install and OAuth support

You can now set up MCP servers in Cursor with one click, and together with OAuth support, you can easily authenticate servers that support it.

We've curated a short list of official MCP servers you can add to Cursor at docs.cursor.com/tools.

If you're an MCP developer, you can easily make your server available to developers by adding a Add to Cursor button in your documentation and READMEs. Generate one at docs.cursor.com/deeplinks.

Richer Chat responses

Cursor can now render visualizations inside of a conversation. In particular, Mermaid diagrams and Markdown tables can now be generated and viewed in the same place!

New Settings and Dashboard

The setting and dashboard page have gotten some polish with this release.

With the new Dashboard, you can view your individual or team's usage analytics, update your display name, and view detailed statistics broken down by tool or model.

Keyboard (1)
  • Open Background Agent control panel with Cmd/Ctrl+E
Improvements (4)
  • @Link and web search can now parse PDFs and include in context
  • Network diagnostics in settings to verify connectivity
  • Faster responses with parallel tool calls
  • Collapsable tool calls in Chat
Account (3)
  • Enterprise users can only access stable release (no pre-release)
  • Team admins can now disable Privacy Mode
  • Admin API for teams to access usage metrics and spend data
Models (1)
  • Max mode is now available for Gemini 2.5 Flash
Patches (1)

1.0.1

  • Fixes and improvements to Background Agent

0.50

Simplified Pricing, Background Agent and Refreshed Inline Edit

Introducing unified request-based pricing, Max Mode for all top models, and Background Agent for parallel task execution. Plus, improved context management with @folders support, refreshed Inline Edit with new options, faster file edits, multi-root workspace support, and enhanced chat features including export and duplication.

Simpler, unified pricing

We've heard your feedback and are rolling out a unified pricing model to make it less confusing. Here's how it works:

  • All model usage is now unified into request-based pricing
  • Max mode now uses token-based pricing (similar to how models API pricing works)
  • Premium tool calls and long context mode are removed to keep it simple

Quotas on plans Hobby, Pro and Business has not changed and slow requests are still included in the plans. All usage can be found in your dashboard to help you track and manage your spend.

Max Mode for all top models

Max Mode is now available for all state-of-the-art models in Cursor, with a simpler token-based pricing model. It's designed to give you full control when you need it most. You can enable it from the model picker to see which models support it. When new models roll out, Max Mode will be how we deliver their full capabilities from day one.

It's ideal for your hardest problems when you need more context, intelligence and tool use. For everything else, normal mode is still recommended with the same capabilities you're used to.

The pricing is straightforward: you're charged based on token usage. If you've used any CLI-based coding tool, Max mode will feel like that - but right in Cursor.

Note: If you're using an older version of Cursor, you'll still have access to the previous MAX versions and long context mode for a few weeks. However, these features will be sunset soon, so we recommend updating to continue using these capabilities.

Read more about Max Mode in our documentation

New Tab model

We've trained a new Tab model that now can suggest changes across multiple files. The model excels particularly at refactors, edit chains, multi file changes, and jumping between related code. You'll also notice it feels more natural and snappier in day-to-day use.

With this we've also added syntax highlighting to the completion suggestions.

Background Agent
Preview

In early preview, rolling out gradually: Cursor agents can now run in the background! To try it, head to Settings > Beta > Background Agent.

This allows you to run many agents in parallel and have them tackle bigger tasks. The agents run in their own remote environments. At any point, you can view the status, send a follow-up, or take over.

We're curious to hear what you think. While it is still early, we've found background agents useful internally for fixing nits, doing investigations, and writing first drafts of medium-sized PRs. Read more at docs.cursor.com/background-agent.

Include your entire codebase in context

You can now use @folders to add your entire codebase into context, just make sure to enable Full folder contents from settings. If a folder (or file) is too large to be included, you'll see a small icon on the context pill indicating this.

Refreshed Inline Edit (Cmd/Ctrl+K) with Agent integration

Inline Edit (Cmd/Ctrl+K) has gotten a UI refresh and new options for full file edits (⌘⇧⏎) and sending to agent (⌘L)

Full file makes it easy to do scope changes to a file without using agent. However, you might come across cases where you're working with a piece of code you want to make multi-file edits to or simply just want more control you can get from agent. That's when you want to send selected codeblock to agent and keep on editing from there.

Fast edits for long files with Agent

We've added a new tool to the agent that will search & replace code in files, making it much more efficient for long files. Instead of reading the complete file, Agent can now find the exact place where edits should occur and change only that part. Here's an example editing a file in Postgres codebase where using search & replace tool is nearly double as fast. We're rolling this out to Anthropic models first and will expand to other models soon.

Work in multiple codebases with workspaces

Now you can create multi-root workspaces to make multiple codebases available to Cursor. All of them will be indexed and available to Cursor, ideal when you have projects in different folders you want to work on in the same space.

.cursor/rules are supported in all folders added

Working with Chat

Exporting Chat

You can now export chats to markdown from the chat view. Text and code blocks are included in the final export.

Duplicate Chats

Exploring different paths from a conversation while preserving the existing is now possible with chat duplication. Go to a message and start a new chat from the three dots menu.

Keybindings (1)
  • Full file edits from Inline Edit: Cmd/Ctrl+Shift+K
Improvements (11)
  • Agent now uses native terminal emulation instead of simulated terminals
  • @folders will now try to include all files that fit in context
  • Icons for context state in Chat to tell you if files were not included or condensed
  • Individual MCP tools can now be disabled from MCP settings
  • New C# extension available in marketplace
  • Chat font size can now be increased in settings
  • Detailed in-app changelog

MCP

  • Run stdio from remote workspace (WSL, Remote SSH)
  • Streamable HTTP support
  • Fixed leaking SSE server connections
  • More reliable refreshing when changing config
Account (1)
  • Removed 10 free requests/day for Claude 3 Opus
Patches (7)

0.50.1

  • Background Agent availability

0.50.2

  • Fixed keyboard navigation in Jupyter notebooks
  • Fixed Custom mode models MAX and selection issues
  • Improved indexing reliability for single-root workspaces
  • Fixed VPN reliability with ZScaler

0.50.3

  • Performance improvements

0.50.4

  • Improved apply reliability
  • Fixed Windows horizontal scrolling bug
  • MCP improvements
  • Improved multiroot workspace support

0.50.5

  • Fixed chat pill not updating when switching files

0.50.6

  • Fixed search & replace reliability issues
  • Fixed checkpoint reliability issues
  • Improved indexing
  • Improved Python extension

0.50.7

  • Fixed search & replace bug for Windows

0.49

Rules generation, improved agent terminal and MCP images

Automated and improved rules

You can now generate rules directly from a conversation using the /Generate Cursor Rules command. This is useful when you want to capture the existing context of a conversation to reuse later.

For Auto Attached rules with path patterns defined, Agent will now automatically apply the right rules when reading or writing files

We’ve also fixed a long-standing issue where Always attached rules now persist across longer conversations. Agent can now also edit rules reliably.

More accessible history

Chat history has moved into the command palette. You can access it from the "Show history button" in Chat as well as through the Show Chat History command

Making reviews easier

Reviewing agent generated code is now easier with a built-in diff view at the end of each conversation. You'll find the Review changes button at the bottom of chat after a message from the agent.

Images in MCP

You can now pass images as part of the context in MCP servers. This helps when screenshots, UI mocks, or diagrams add essential context to a question or prompt.

Improved agent terminal control

We've added more control for you over terminals started by the agent. Commands can now be edited before they run, or skipped entirely. We've also renamed "Pop-out" to "Move to background" to better reflect what it does.

Global ignore files

You can now define global ignore patterns that apply across all projects via your user-level settings. This keeps noisy or sensitive files like build outputs or secrets out of prompts, without needing per-project configuration.

New models

We've recently added many more models you can use. Try out Gemini 2.5 Pro, Gemini 2.5 Flash, Grok 3, Grok 3 Mini, GPT-4.1, o3 and o4-mini from model settings.

Project structure in context
Beta

We’re introducing an option to include project structure in context, which adds your directory structure to the prompt. The agent now gets a clearer sense of how your project is organized, which improves suggestions and navigation of large or nested monorepos.

Keybindings (2)
  • Some CMD+K shortcuts are now remappable
  • Emacs keybinding extensions now work reliably
Improvements (5)
  • Simplified model picker UI for Auto-select
  • New interface for command palette
  • Refreshed UI for Tab jump suggestions. Suggestions outside viewport are now clickable
  • Tooltips for modes in Chat
  • MCP stability
  • You can now connect to AWS Bedrock using access keys and secret keys
  • Git > @PR has now been renamed to @Branch
Fixes (4)
  • Always-attached rules now persist correctly across summarization
  • Rules in .mdc files can now be created and edited without issue by agent
  • Fixed selection issues with @mention nodes at the start of the input box
  • Performance in core editor
Business / Teams (4)

Global ignore traversal

  • Cursor can now traverse up directory trees to find ignore files. This behavior is off by default and can be enabled from admin settings.

IAM roles for Bedrock

  • Enterprises can now connect to AWS Bedrock using IAM roles

User-level usage insights

  • Admins can now view per-user spend and fast request usage directly from the dashboard.

Auto-run controls for teams

  • Admins can configure global MCP settings from dashboard.
Patches (6)

0.49.1

Prerelease

  • Fixed Cursor Rules editor for Remote SSH
  • Fixed UI delimiter display in zsh terminal in Chat
  • Fixed "max length" warning showing incorrectly for rules under size limit
  • Fixed "message too large" warning appearing in empty chats

0.49.2

Prerelease

  • Improved rule generation apply
  • Improved caching for user prompts
  • Improved client metric handling

0.49.3

Prerelease

  • Fixed issue with loading chat

0.49.4

Prerelease

  • Fixed Neovim chat keybindings
  • Improved indexing debug logs
  • Fixed .cursorignore issue preventing chat submission on Windows

0.49.5

  • Improved client reliability

0.49.6

  • Fixed possibly broken codeblocks in old chats
  • Fixed loading state issue in old chats
  • Fixed chat message rendering issue
  • Improved folders parsing

0.48.x

Chat tabs, Custom modes & Faster indexing

This release introduces chat tabs for parallel conversations, a redesigned modes system with custom modes, and improvements to cost visibility, indexing performance, and MCP reliability. Additionally, a sound notification plays when a chat is finished

Built-in modes & custom modes (beta)

Agent and Ask modes are the built-in modes in Cursor, now with the option to add custom modes. We've also renamed "Edit" to "Manual" to better reflect its behavior.

Ask mode now has access to all search tools by default, so the @Codebase tool has been removed. It will automatically search the codebase when needed. If you want to force a search, simply ask Cursor in natural language to "search the codebase". You can disable search from Ask in the mode menu, which will result in Ask only seeing the context you have provided.

Read more about Agent and Ask.

Custom modes (beta) allow you to compose new modes with tools and prompts that fit your workflow. Since custom modes can have custom keybindings, ⌘I will default to Agent mode and ⌘L will toggle the side pane. If you unbind ⌘I, it will also toggle the side pane. Custom modes are currently in beta, and you can enable them from Settings → Features → Chat → Custom modes.

You can also set the default mode from settings (Settings → Features → Chat → Default chat mode) to one of your modes or to the one you used most recently.

Read more about custom modes.

Chat tabs

Create new tabs (⌘T) in chat to have multiple conversations in parallel. You can also hold Option and click the + button to create a new tab. Cmd+N still creates a new chat in the current tab

When a tab is awaiting your input, you'll see an orange dot on that tab.

Faster indexing

We've made significant improvements to indexing performance of similar codebases within a team, greatly reducing the initial indexing time for subsequent copies of large repositories after one copy has been fully indexed. For example, the Cursor codebase now indexes in under a minute, previously taking around 20 minutes.

Sound notification (beta)

Cursor can now play a sound when a chat is ready for review. Enable this feature from Settings → Features → Chat → Play sound on finish.

Usage-based cost visibility

For usage-based models, you can now view the cost and breakdown per chat from the history.

New onboarding

We've introduced an easier onboarding process to help you get started with Cursor. You'll be guided through importing settings, selecting themes, keybindings, and other preferences.

Other (6)
  • Improved indexing performance for teams sharing codebases
  • The vertical sidebar option will temporarily be unavailable for users who opted into Early Access
  • Projects with MCP servers will now prompt users to enable them
  • Chat will now display a notification about usage-based pricing when approaching fast request or usage limits
  • Enhanced visibility of auto-run controls configured by team admins, clarifying when they are active
  • Removed auto-run prompt due to reliability issues. Auto-run has been disabled for all users who previously enabled it
Improvements (4)
  • We've moved "reject all diffs" from Cmd+Backspace (⌘⌫) to Cmd+Shift+Backspace (⌘⇧⌫)
  • MCP on Windows should now be significantly more reliable
  • Improved MCP error messages when configuring MCP servers to assist with debugging
  • Added input token count for chat messages (click the three dots to view). We're continuing to improve context visibility so you can clearly see what gets sent to the model, expect more soon!
Patches (9)
  • 0.48.1 - New onboarding
  • 0.48.2 - Allows users to accept/reject file edited in another chat tab
  • 0.48.3 - Chat Tabs UX improvements (Cmd/Ctrl+T for new tab), Max-mode support for Gemini 2.5 Pro
  • 0.48.4 - Image support for Gemini 2.5 Pro
  • 0.48.5 - Change management for Cmd+Backspace -> Cmd+Shift+Backspace
  • 0.48.6 - Creates a new chat after the AI Pane has been closed for long enough
  • 0.48.7 - Fixes an issue where some chats could get deleted on update
  • 0.48.8 - Improves CPU performance from @-symbols search
  • 0.48.9 - Lower memory usage from indexing