2.5
CursorSummary
This release significantly enhances Cursor's extensibility with the introduction of the Cursor Marketplace for plugins, covering workflows from design to deployment. Key functional updates include enabling asynchronous subagents for better parallel task handling and introducing granular network access controls for sandboxed commands for improved security.
New Features
- Introduced the Cursor Marketplace for discovering and installing plugins to extend Cursor's capabilities.
- Enabled granular network access controls for sandboxed commands, allowing users to define allowed domains (User config only, User config with defaults, Allow all).
- Enabled asynchronous execution for subagents, allowing the parent agent to continue working while subagents run in the background.
- Enabled subagents to spawn their own subagents, supporting complex tasks like multi-file features and large refactors.
Bug Fixes
- Fixed issues related to synchronous execution blocking the parent agent when using subagents.
Improvements
- Improved core agent capabilities, specifically around subagents, resulting in lower latency, better streaming feedback, and more responsive parallel execution.