Changelog

New updates and improvements

<- All Changes

Feb 19, 2025

Agent is ready and UI refresh

  • Agent is ready: Agent is now the default mode, bringing a more powerful and unified AI experience. No more confusion between Chat, Composer, and Agent - just one smart interface that adapts to your needs.

  • UI refresh: Phase one of a fresh coat of paint with new default Cursor themes designed for focus. We've also simplified the @-context menu to make Agent more precise.

  • Web search: Agent can now automatically search the web for up-to-date information without requiring explicit @Web commands.

  • Ignore files: .cursorignore now blocks files from being added in chat or sent up for tab completions, in addition to ignoring them from indexing. We've introduced .cursorindexingignore for specifically controlling file indexing.

  • Agent tool limit: Upon reaching the 25 tool call limit, you can press "continue" to proceed (counts as a new request).

  • Project rules: - New capability to apply rules globally and a visual indicator for when rules will be applied

  • MCP improvements:

    • Agent can now automatically run MCP tools with Yolo mode
    • Configure Project Servers with <project-root>/.cursor/mcp.json
    • Support for Agent to use MCP resources as context
  • Tab rebinding: Tab suggestions can now be rebound to a different keybinding using editor.action.acceptCursorTabSuggestion

Fixes

  • Crashes: Enhanced stability through memory and performance improvements, with additional crash prevention systems in place.
  • MCP: Improved reliability and quality of life enhancements for building MCP servers in Cursor.
  • Windows: Fixed newline errors in Chat Codeblocks and resolved auto-uninstallation issues.

Patches

  • 0.46.1: Fixed HTTP2 and system certificate errors, resolved memory leaks
  • 0.46.2: Improved MCP reliability, added option to disable yolo mode for MCP
  • 0.46.3: Enhanced download reliability, fixed keybinding issue
  • 0.46.4: Fixed "User aborted request" error and support for multiple image attachments
  • 0.46.5: Resolved issues with extended tool calls, long Composer sessions, and retry functionality
  • 0.46.6: Improved Windows installation process
  • 0.46.7: Fixed several memory leaks and crashes