Bugbot fix in cursor prompt missing code location

Where does the bug appear (feature/product)?

BugBot

Describe the Bug

When using the fix in cursor button from bugbot the generated prompt no longer includes the exact code locations of the bug. I recall this being a regression from earlier behavior when the exact file and line numbers referenced in the bugbot comment were consistently listed at the end of the prompt.

Steps to Reproduce

  1. Click fix in cursor button for a comment generated by bugbot
  2. Inspect generated prompt template

Operating System

MacOS

Version Information

Version: 3.3.12
VSCode Version: 1.105.1
Commit: 75c0dfd29aecf2cc208dbaf761d5cc459c601aa0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi @Steven_Litvack-Winkl Thanks for the forum post! I took a look at this and the exact line is transmitted through the deeplink but it appears as inline code selections automatically rather than text in the prompt. This is an intentional improvement over the older behavior :slight_smile:

Here’s an example that found the intentionally inserted bug at line 33.