Provide a clear description of the bug
The agent can’t see the output of the powershell terminal when executing a python program.
- The python does run in virtual environment.
- After forcing to read smaller commands it sometimes resolve the issue and the agent can read the output again. Some examples of those commands:
- echo “Test message”
- Get-Process | Select-Object -First 5 | Format-Table
- python --help
- I’ve also checked Cursor › Terminal: Use Preview Box, in other posts it said it should help.
- Short commands, like python -c “print(‘hello world’)” is no problem
Explain how to reproduce the bug (if known)
- Just let the agent run a python program that outputs a lot of lines.
Attach screenshots or recordings (e.g.,
.jpg
, .png
, .mp4
).
Tell us your operating system and your Cursor version (e.g.,
Windows, 0.x.x
).
- Cursor 0.47.8
- Windows 10 Pro Version 10.0.19045
Tell us if the issue stops you from using Cursor.
- Yes, the agent handling the console output is essential.