When working with the terminal, the AI keeps adding the letter “c” before the command. For example, instead of “git”, it becomes “cgit”.
Also, the AI keeps ignoring the fact that the “&&” command doesn’t work in PowerShell, even though it’s written in the rules.
Steps to Reproduce
always
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
The AI assistant in Cursor IDE automatically adds an incorrect “c” prefix to Python commands, causing terminal execution failures.
Steps to Reproduce
Ask the AI assistant to run a Python command
The assistant uses the run_terminal_cmd tool
The command is automatically modified from py to cpy
Terminal returns: ‘cpy’ is not recognized as a command
Expected Behavior
Commands should execute as py -c “…”
Terminal should successfully run Python commands
No automatic prefix modification should occur