Bugbot future roadmap

Hi team! :waving_hand:

Loving the direction Cursor is taking with BugBot — it’s already proving useful in our day-to-day workflows. I had a few questions and thoughts regarding its current capabilities and potential roadmap:

  1. Roadmap Visibility:
    Is there a public roadmap or any visibility into what’s planned next for BugBot?
  2. Customization with Project-Specific Rules:
    Are there any plans to allow BugBot to reference .cursor/rules because it looks like right now it doesn’t ? or does it ? or other documentation as part of its PR reviews? It would be amazing if we could customize its behavior based on rules or conventions specific to our codebase.
  3. Inline Comments in GitHub:
    Currently, BugBot seems to leave a single summary comment. Are there plans to support inline code comments directly on affected lines in PRs — similar to how a human reviewer would?
  4. Session Visibility & Debugging:
    Is there a way to view a log or session summary of what BugBot did? For example:
  • Which rules it referenced (if any)?
  • How it made certain decisions?
  • A trace or rationale behind the bugs it flagged or skipped?

Would love to hear thoughts from the team or anyone else who’s been experimenting with BugBot in their workflows. Thanks for all the great work — this tool has a ton of potential!

— Shubhankar

1 Like

I agree with this -

I would love the bug bot to investigate if the PR is follow all the rules that have been set in the cursor rules, especially around things linting cannot figure out - such as design patterns, framework todo / not to dos, etc.