Tried your way but still didn’t solve the problem. I even downloaded the 2.1.50 version, the latest version but the problem remains. Pls help urgently.
We need a fix for this problem ASAP; I tried all the mentioned hacks but none of them works for more than 1 or 2 request. the output is crucial for my workflow.
My home system started doing this on my day off 12/5. Very frustrating, but it eventually started working again after many restarts that caused me to lose progress. This morning I login to work, update Curson and now I have the same issue here. can you get this product fixed before spamming us with ‘code review’? I cant even imagine the problems that offering would cause
Legit best fix. Do not skip a step. If you are worried about losing chats… download your chats if you can and then dump them into a new folder inside your project after everything is solid.
Also make sure you set NONE for cursor updating… Even though I had this set in VSCODE – Cursor needs the same settings.
Indeed, there’s a problem somewhere in the Cursor’s stored data on our PCs!
Even after updating to the latest version Cursor’s agent worked for a while and then the terminal command execution hanged again…
I couldn’t find the setting to disable Cursor’s update. It’s going to be automatically updated once I restart it. Pls help
Issue Description:
The Shell tool executes commands successfully (returns exit code 0) but captures no output and produces no observable side effects.
Steps to Reproduce
Use the AI Shell tool to run any command in PowerShell on Windows
Observe that exit code shows 0 (success)
Observe that “Command output:” section is empty
Commands that should create files or modify state don’t actually execute
Commands Tested (all show same behavior):
Test 1: Simple echoecho “Test output”# Test 2: Git commandgit status# Test 3: PowerShell explicitpowershell -Command “Get-Location; Write-Host ‘Current directory’”# Test 4: CMD fallbackcmd /c “echo Test from cmd && dir /b”# Test 5: File creationecho “Test content” > test_output.txt
Actual Behavior:
Exit code: 0 (success)
Command output: Empty (no text captured)
No side effects observed (test file not created)
Expected Behavior
Command output should be captured and displayed
Commands should execute and produce side effects (files created, etc.)
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
6 releases later, terminal tool still failing due to “working directory” not being passed. Asking agent to pass it fixes it, but file edits are also requiring approval indicating the agent window has a bug around working directory…
Here is a request ID from a broken one if it helps: