Where does the bug appear (feature/product)?
Cursor IDE — Agent / Glass window
Describe the Bug
When an agent session is producing output, the view does not stick to the bottom — the latest (bottom-most) output scrolls out of view and I have to manually scroll down to keep following along. It seems to stop tracking the bottom once terminal/code-block widgets get appended to the conversation.
This matches the earlier report Agent stops scrolling chat buffer automatically after terminal or code boxes appear in chat (which was tagged Cursor CLI and has since been auto-closed). I am confirming the same behavior in the GUI Agent / Glass window, in case that helps scope the fix beyond the CLI.
Steps to Reproduce
- Start an agent task that produces a lot of streaming output (including terminal/code blocks).
- Keep the conversation scrolled to the bottom.
- Observe: as new output arrives (especially after a terminal/code widget), the view stops following the bottom and you must scroll down manually to see the latest output.
Expected Behavior
While the conversation is scrolled to the bottom, it should stay pinned to the bottom as new output streams in, so the latest output remains visible without manual scrolling.
Operating System
MacOS
Version Information
Cursor 3.6.31
Does this stop you from using Cursor?
No - Cursor works, but with this issue