Composer Sometimes Shows a Number and Pipe Before Each Line of Terminal Command Suggestions

Describe the Bug

Sometimes the output I am seeing in Composer when in Agent mode (I use this pretty much exclusively, so unsure if it’s happening elsewhere), has numbered lines with pipes in it like this:

# Store credentials (replace YOUR_TOKEN with the token you generated)
2|git config --global credential.helper store
3|
4|# The next git command will ask for credentials
5|# Use your GitHub username and the token as the password

I think the first line never has the number and pipe but all others do. And I think it only occurs when the output is giving me terminal commands, but I could be wrong.

Steps to Reproduce

I cannot consistently reproduce it but I have seen it well over a dozen times in the first half of December.

Expected Behavior

The number and pipe should not prefix each line. It makes it cumbersome to copy or run the code.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 0.43.6
VSCode Version: 1.93.1

Additional Information

I love Cursor!

Does this stop you from using Cursor

No - Cursor works, but with this issue

Btw, when this starts happening, I can ask the model to stop formatting that way and it seems to work - at least for awhile.