Cursor 2.5 Brings Plugin Marketplace, Sandbox Network Controls, and Async Subagents
Cursor releases version 2.5 with a plugin marketplace for extensibility, granular network access controls for sandboxed environments, and asynchronous subagent execution for parallel processing.
Cursor has released version 2.5, introducing a plugin marketplace for extensibility, enhanced security controls for sandboxed environments, and performance improvements to its agent capabilities.
Plugin Marketplace Launches
The newly launched Cursor Marketplace allows developers to discover and install plugins that package skills, subagents, MCP servers, hooks, and rules into a single installation.
Initial partners include Amplitude, AWS, Figma, Linear, and Stripe. These plugins cover workflows spanning design, databases, payments, analytics, and deployment.
Plugins can be browsed at cursor.com/marketplace or installed directly in the editor using the /add-plugin command.
More details are available in the official announcement.
Granular Sandbox Network Controls
The sandbox environment now supports granular network access controls alongside existing directory and file access controls. Developers can define precisely which domains the agent can reach while executing sandboxed commands.
Three control levels are available:
- User config only: Restricted to domains defined in
sandbox.json - User config with defaults: Restricted to user allowlist plus Cursor’s built-in defaults
- Allow all: Unrestricted network access within the sandbox
Enterprise plan administrators can enforce network allowlists and denylists from the admin dashboard, ensuring organization-wide egress policies apply to all agent sandbox sessions.
Asynchronous Subagent Execution
Previously, all subagents ran synchronously, blocking the parent agent until completion. Version 2.5 enables asynchronous subagent execution, allowing the parent agent to continue working while subagents run in the background.
Subagents can now spawn their own subagents, creating a tree of coordinated work. This enables Cursor to tackle larger tasks such as multi-file features, extensive refactors, and complex bugs.
Performance improvements to subagents have also been implemented since the previous release, including lower latency, better streaming feedback, and more responsive parallel execution.
Technical Context
The AI coding assistant market is experiencing a shift from single-agent systems to multi-agent architectures. The combination of parallel processing and specialized subagents represents a promising approach for efficiently handling complex coding tasks.
Network controls for sandboxed environments address a critical balance between AI agent autonomy and security. In enterprise settings, controlling AI agent external communications has become an integral part of zero-trust security strategies.
Availability
Cursor 2.5 is available now. Full details can be found in the official changelog.
Related Articles
Claude Code's 28 Official Plugins Revealed - Undocumented Feature Extensions
Reddit user discovers 28 official Claude Code plugins, most undocumented. Includes TypeScript LSP, security scanning, context7 documentation search, and Playwright automation.
Cursor Adds Subagents, Skills, and Image Generation - Major Agent Enhancements
Cursor implements subagents, agent skills, and image generation. Parallel execution, improved context management, and dynamic skill application enable handling of more complex, long-running tasks.
Cursor Launches Long-Running Agents in Research Preview - Autonomous Execution for Complex Tasks
Cursor introduces long-running agents capable of autonomous planning and execution without human intervention. Available for Ultra, Teams, and Enterprise plans.
Popular Articles
868 Agentic Skills, One Command: Antigravity Awesome Skills Becomes the Cross-Tool Skill Standard
Antigravity Awesome Skills (v5.4.0) delivers 868+ battle-tested skills for Claude Code, Gemini CLI, Codex CLI, Cursor, GitHub Copilot, and five other AI coding assistants via a single npx command. With official skills from Anthropic, Vercel, OpenAI, Supabase, and Microsoft consolidated under one MIT-licensed repository, it's emerging as the portable skill layer for the fragmented AI coding agent landscape.
How Claude Sonnet 4.6 Agent Teams Achieve 4x Productivity: Practical Insights from Anthropic's Own Research
Two Anthropic studies—a survey of 132 internal engineers and an analysis of 1M+ real-world agent interactions—reveal the precise delegation strategies and autonomy patterns that enable high-performing teams to multiply output with Claude Sonnet 4.6 agent teams.
What Actually Makes OpenClaw Special: The Full Story from VibeTunnel to 200k+ GitHub Stars
The three-stage VibeTunnel→Clawdbot→OpenClaw evolution, Pi runtime philosophy, why HEARTBEAT is the real differentiator from Claude Code, and the ClawHub supply chain attack (12% of skills were malicious). An unvarnished look at the most used and most misunderstood OSS agent.
Latest Articles
Two AI Agent Communication Projects Hit Hacker News Simultaneously, Targeting MCP's Blind Spots
Aqua and Agent Semantic Protocol appeared on Hacker News on the same day, both tackling the same unsolved problem: how AI agents communicate directly without a central broker, across network boundaries, and asynchronously.
Claude Sonnet 4.6 Becomes the Default for Free and Pro Users — Outperforms Opus 4.5 on Coding Agent Benchmarks
Anthropic has made Claude Sonnet 4.6 the default model for claude.ai's Free and Pro plans. Released February 17, 2026, it matches Sonnet 4.5 pricing at $3/$15 per million tokens while internal Claude Code evaluations show it beating the previous frontier model, Opus 4.5, 59% of the time on agentic coding tasks.
Google Permanently Bans AI Pro Users for Accessing Gemini via OpenClaw, Continues Charging $250/Month
A Hacker News post garnering 140 points and 107 comments details how Google terminated Google AI Pro and Ultra accounts without warning after users accessed Gemini through OpenClaw, a third-party client. The incident surfaces deeper issues around prompt caching, subscription economics, and how AI providers enforce terms of service.