BugBot in Cursor IDE differs from Cursor Github Action.
Cursor Github Action uses the prompt in a specific folder .cursor/BUGBOT.md and Cursor IDE “Find Issues” completely ignores it
Steps to Reproduce
Run “Find Issues” feature released in the cursor 2.1 version and compare to github action
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Hey, thanks for the report. You’re right that there’s a difference between the two features.
The custom prompts in .cursor/BUGBOT.md are currently used only by Bugbot’s PR review integration on GitHub/GitLab, as documented here: Bugbot | Cursor Docs
The “Find Issues” feature in Cursor IDE is a separate implementation that doesn’t currently consider these custom prompt files.
This seems like a functionality gap. I’ll pass this on to the team.