BugBot comments are hidden but not resolved when outdated

Where does the bug appear (feature/product)?

BugBot

Describe the Bug

BugBot hides outdated comments but does not resolve them. My repo requires all PR review comments to be resolved prior to merging and with PRs that might have a long commit/message history it becomes hard/tedious to spot these hidden comments. I found this thread and this thread that bring up the same issue basically.

Steps to Reproduce

  1. open a new PR and run bugbot bugbot run
  2. change a line on one of the bugs found by bugbot
  3. the PR is now labeled as outdated by GitHub
  4. rerun bugbot run
  5. the outdated PR is now hidden behind a message This comment was marked as outdated but it is not resolved (image below)

Expected Behavior

There is no specific expected behavior. I think leaving the comments unhidden makes the most sense, especially since GitHub already labels them as Outdated anyway. However, an alternative would be for the comments to get resolved instead of hidden.

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.54
VSCode Version: 1.99.3
Commit: 5c17eb2968a37f66bc6662f48d6356a100b67be0
Date: 2025-10-21T19:07:38.476Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Linux x64 6.8.0-85-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

2 Likes

Where does the bug appear (feature/product)?

BugBot

Describe the Bug

a lot of times bugbot detects a bug and comments on it. we push a fix, but then bugbot never marks the comments as stale or resolved. i even tried explicitly asking it to @cursor review again and it did review and left a separate msg on the PR saying it found no bugs, but the original comment with the issue was left untouched…

Steps to Reproduce

create pr with bug.
wait for bugbot to comment.
push fix.

Operating System

Windows 10/11
MacOS
Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.64 (Universal)
VSCode Version: 1.99.3
Commit: 25412918da7e74b2686b25d62da1f01cfcd27680
Date: 2025-11-06T04:35:14.424Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.0.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report. This is a known issue that affects workflows where all PR comments must be resolved before merging.

I’ll pass this to the engineering team. As a temporary workaround, you need to manually close BugBot’s hidden outdated comments before merging.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.