Cursor Adds Bugbot Autofix — Automatically Fixing PR Issues
Cursor's Bugbot now includes Autofix, using cloud agents to automatically fix issues detected in pull requests. Over 35% of Autofix changes are merged into base PRs.
Cursor announced on February 26 the addition of Autofix to Bugbot, its AI-powered code review tool. The feature uses cloud agents running in isolated VMs to automatically generate fixes for issues detected in pull requests.
How Autofix Works
When Bugbot identifies problems in a pull request, Autofix spins up cloud agents on dedicated machines to test changes and propose fixes directly on the PR. According to Cursor, over 35% of Bugbot Autofix changes are currently being merged into base PRs — a notable adoption rate that suggests the fixes are genuinely useful rather than noise.
Bugbot posts a comment on the original PR with a preview of the proposed changes. Developers can merge the fix using a provided @cursor command. For teams that want a more hands-off workflow, Autofix can be configured to push changes directly to the branch without requiring manual approval.
Getting Started
Autofix is available now through the Bugbot dashboard. More details are available in Cursor’s official announcement.
The Bigger Picture
This release continues Cursor’s push toward end-to-end AI automation of the development workflow. Bugbot already handled detection; now it handles remediation too. Combined with the recently launched cloud agents with computer use and CLI improvements, Cursor is steadily building out an ecosystem where AI agents don’t just flag problems — they solve them.
Related Articles
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.
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.
Popular Articles
Cursor Automations Release - Building Always-On Agents with Triggers and Schedules
Cursor releases Automations, a new feature for building always-on agents that run based on triggers and schedules you define.
Cursor v2.7 Release - Cursor Now Available in JetBrains IDEs
Cursor v2.7 introduces Cursor support in IntelliJ IDEA, PyCharm, WebStorm, and other JetBrains IDEs through the Agent Client Protocol (ACP).
Cursor v2.6 Release - MCP Apps and Team Plugin Management
Cursor v2.6 introduces interactive UIs in agent chats, team-based private plugin sharing, and improvements to debug mode capabilities.
Latest Articles
Claude Code v2.1.72 Released - Auto-Memory, /loop Command, and Cron Scheduling
Anthropic releases Claude Code v2.1.72 with auto-memory for context saving, /copy command, /loop command, Cron scheduling tools, Voice keybinding customization, and more.
Gemini 3.1 Pro — Competing for Top Spot in Coding & Reasoning Performance
Google's Gemini 3.1 Pro, released in February 2026, achieves 80.6% on SWE-Bench Verified and 2887 Elo on LiveCodeBench, positioning it as a top-tier reasoning model alongside Claude Opus 4.6.
OpenAI Symphony — From Supervising Agents to Managing Work
OpenAI releases Symphony, an open-source automation tool that automatically executes agents from GitHub Issues (Linear) and creates PRs.