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.
関連記事
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Cursor、Bugbot Autofixを追加 - PRの問題を自動修正
CursorのBugbotにAutofix機能が追加された。プルリクエストで検出した問題をクラウドエージェントが自動修正し、修正提案の35%以上がマージされている。
人気記事
Cursor Automations リリース - トリガーとスケジュールに基づく常駐エージェント
Cursorが新しいAutomations機能をリリース。トリガーとスケジュールに基づいて動作する常駐エージェントを構築できる。
Cursor v2.7 リリース - JetBrains IDEでのCursor利用が可能に
Cursor v2.7では、Agent Client Protocol (ACP)を通じてIntelliJ IDEA、PyCharm、WebStormなどのJetBrains IDEでCursorが利用可能になった。
Cursor v2.6 リリース - MCP Appsとチーム向けプラグイン管理機能
Cursor v2.6では、エージェントチャット内でのインタラクティブなUI、プライベートプラグインのチーム共有機能強化、デバッグモードの改善などが発表された。
最新記事
Claude Code v2.1.72 リリース - 自動メモリ保存とループ機能追加
AnthropicがClaude Code v2.1.72をリリース。自動メモリ保存、/copyコマンド、/loopコマンド、Cronスケジュールツール、Voiceキーバインディングなど多数の新機能を搭載。
Gemini 3.1 Pro — コーディング・推論性能で業界トップを争夺
GoogleのGemini 3.1 Proは、2026年2月に発表された最新推論モデル。SWE-Bench Verified 80.6%、LiveCodeBenchで2887スコアを達成し、Claude Opus 4.6と並ぶトップレンジモデルとして注目される。
OpenAI Symphony — エージェントの監視から「仕事の管理」へのパラダイムシフト
OpenAIが新プロジェクトSymphonyを公開。GitHub Issue (Linear)から自動的にエージェントを実行し、PRを作成まで行う自律型オートメーションツール。