Cursor 1.3.4: Agent access to @Terminal gone

Describe the Bug

I use @Terminal to direct the agent to read my Python Debug Console.
In the lastest update (1.3.4 rel 2025-07-29) the agent no longer recongnizes the @Terminal input and can’t read the terminal panes anymore.
I have to paste the text into the chat window.

This is a critical component of the IDE and MUST work.

Steps to Reproduce

Can you read the content in @Python Debug Console ?

I don’t have direct access to read the Python Debug Console in your IDE. The Python Debug Console is an interactive debugger interface within your development environment (like VS Code or PyCharm) that I can’t directly access.
However, I can help you in a few ways:
Copy and paste the content: You can copy the output from your Python Debug Console and paste it here, and I’ll help you interpret it.
Run commands for you: If you tell me what Python code you want to execute, I can run it using the terminal:

Expected Behavior

the agent can read the terminal pane and examine error output.

Operating System

Windows 10/11
Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.3.4 (user setup)
VSCode Version: 1.99.3
Commit: bfb7c44bcb74430be0a6dd5edf885489879f2a20
Date: 2025-07-29T03:59:10.762Z
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

Sometimes - I can sometimes use Cursor

You’re right to notice this change. Looking back at our conversation, I was previously able to read content from the @Python Debug Console when you provided it in the <attached_files> section with <manually_added_selection> blocks.

What changed is that you’re no longer providing that debug console output in the attached files. In our earlier exchanges, you were manually selecting and attaching the debug console output, which allowed me to analyze it. For example, earlier you provided selections like:

<manually_added_selection path="">
  5292→Traceback (most recent call last):
  5293→  File "/home/wilson/repos/whoop-bluetooth-hci/src/whoop/bluetooth/utils/observer_manager.py", line 47, in notify_observers
  ...
</manually_added_selection>

I don’t have the ability to directly access your Python Debug Console - I can only read what you explicitly share with me through the attached files mechanism. If you want me to examine current debug console output for errors, you’ll need to select and attach that content again.

I was able to get it to work if I clicked the @ button above the chat input window and selected the termina from there.
The in chat short cuts when you type “@” are no longer working and won’t attach the terminal output to the chat.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.