Describe the Bug
Hi everyone,
After the latest updates, I noticed an issue with CursorAI IDE.
When the agent tries to view log files, for example by running:
docker-compose -f docker-compose.yml logs -f backend
the terminal just freezes.
The amount of logs is small (around 30 lines, not too much data), but the terminal hangs and the agent seems to be waiting for something.
Even if I stop the command execution, the agent tries to run the same command again and again, and it freezes in the same way.
Has anyone else experienced this issue? Any ideas on how to fix it?
Windows 11, WSL (IDE runs from console)
Steps to Reproduce
Open CursorAI IDE (latest version).
Open a project that uses Docker and has a docker-compose.yml file.
Ask the CursorAI agent to run:
docker-compose -f docker-compose.yml logs -f <container_name>
Wait for the agent to execute the command.
Observe that the terminal freezes, even though the output is small (around 30 lines).
Stop the command execution.
Notice that the agent tries to run the same command again, and it freezes the same way.
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.4.3 (user setup)
VSCode Version: 1.99.3
Commit: e50823e9ded15fddfd743c7122b4724130c25df0
Date: 2025-08-08T17:34:53.060Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
Does this stop you from using Cursor
Yes - Cursor is unusable