BugBot AutoFix stopping mid pr

Where does the bug appear (feature/product)?

GitHub PR environments running BugBot + AutoFix

Describe the Bug

AutoFix stops auto fixing after a bit of iterations of fixes. This leaves me to manually queue up a web agent to fix it.

Setup:

  • Threshold: on for LOW, MEDIUM, and HIGH risk bugs
  • Trigger: on push (same branch)
  • Model: Composer 2.5

Steps to Reproduce

Have many bugs to the point it stops, in this case I had 20.

Expected Behavior

Should spin up AutoFix instead of doing nothing.

Operating System

Windows

Version Information

Version: 3.3.22 (system setup)
VSCode Version: 1.105.1
Commit: 38a27120cfc7419a5efa38420665eaeeed1e7b30
Date: 2026-05-07T07:47:13.552Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No, just tedious and I would like to find solutions or workarounds!

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Cursor IDE
  • Cursor CLI
  • Background Agent (GitHub, Slack, Web, Linear)
  • BugBot
  • Somewhere else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)


For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…


Additional Information
Add any other context about the problem here.


Does this stop you from using Cursor?

  • Yes - Cursor is unusable
  • Sometimes - I can sometimes use Cursor
  • No - Cursor works, but with this issue

The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!

Hey @dtr00!

Thanks for the feedback. Just to explain what’s going on here: This is the autofix loop cap kicking in. Because you’ve got Autofix set to Commit to Existing Branch (push to same branch), Autofix will spawn at most 3 times per PR in a 24h window and then go quiet, to avoid runaway loops.

The cap is specific to that trigger. If you switch Autofix to Create New Branch or Create New Pull Request, it doesn’t apply, and it’ll keep going on every push (tradeoff: more branches/PRs to triage).