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: Added support for multiple image attachments and fixed "User aborted request" error
- 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: Improved memory usage and performance
- 0.46.8: Fix for windows 'rename tools' update error, fix for some users unable to cancel agent terminal commands
- 0.46.9: Memory and performances fixes, composer/chat remembers your last mode selection, http/1.1 support for agent/chat, linux python env vars fixed, cursorignore fixes
- 0.46.10: Fix for chat/apply not working with
.github
and other.
prefixed folders, and small performance fixes. - 0.46.11: Release track picker (prerelease or standard), fix for dmg installer not working in rare cases