Bug: A “q” is prepended to terminal commands after using “stop” or “skip” in Cursor

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When using the integrated terminal in Cursor, if I execute a command and then use the “stop” or “skip” functions, the next command I run is prepended with a “q” (for example, qadb install … instead of adb install …). This causes the commands to fail, since “qadb” is not a valid command.
Steps to Reproduce:
Run any command in the Cursor terminal.
Use the “stop” or “skip” function.
Run a new command.
Observe that the command is executed with a “q” prepended.
Impact:
Breaks automation and scripting flows.
Causes valid commands to fail unexpectedly.
Can confuse users and slow down development.
Suggestion:
Fix the bug so that the command buffer does not add any unexpected prefix after using “stop” or “skip”.

Steps to Reproduce

adb install -r app\build\outputs\apk\debug\app-debug.apk # Correct
use Skip or Stop command and
qadb install -r app\build\outputs\apk\debug\app-debug.apk # Incorrect after “stop” or “skip”

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.5.11+
VSCode Version: 1.99.3

Additional Information

Enter in a loop and I have to start all over again

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

hi @Vicente_Castillo thank you for your bug report.

Could you post a Request ID with privacy disabled so we can look into the details? Cursor – Getting a Request ID

Also which model did you use there?

36d2a1fa-9f24-4056-aeae-0edc3f6c78b7 - any model

Thank you I sent the details to our team. We have already improvements in testing for Cursor 1.6.