Enhanced Bugbot Dashboard

The Cursor dashboard currently shows a table of runs with how many bugs were found and how many got resolved, but there’s no way to actually see the bug details there.

It would be super helpful if the dashboard showed:

  • The actual bugs from each run, with descriptions and affected files
  • Whether each bug is resolved or still outstanding
  • Filters/search so you can quickly find specific issues
  • A history of past bugs even after PRs are merged

At the moment, you can only find the bug details in the original GitHub comment or email notifications, which can be hard to track. An enhanced dashboard would make Bugbot easier to use for follow-up and ensuring code quality.

Also, really minor point but the table itself sorts in a mysterious order and there is no way to sort it manually by date or otherwise.