You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When streaming long content into the diff view, the editor does not automatically scroll to follow the bottom of the content being written, making it difficult to see the latest changes in real-time.
Context (who is affected and when)
This affects all users when using Roo Code's diff view feature to review AI-generated code changes. The issue is most noticeable when:
The AI generates or streams a large amount of content (hundreds or thousands of lines)
Users want to see the latest changes as they are being written
The content extends beyond the visible viewport
Reproduction steps
Open Roo Code extension in VS Code
Start a task that generates a large code diff (e.g., generate a new file with many lines or modify an existing file with extensive changes)
Observe the diff view as content is being streamed
Notice that the view does not automatically scroll to show the latest content at the bottom
Expected result
The diff view should automatically scroll to the bottom (or near the bottom) as new content is being streamed, allowing users to see the latest changes in real-time without manual scrolling.
Actual result
The diff view remains static at the top or middle of the document, requiring users to manually scroll down to see the latest content being written.
Problem (one or two sentences)
When streaming long content into the diff view, the editor does not automatically scroll to follow the bottom of the content being written, making it difficult to see the latest changes in real-time.
Context (who is affected and when)
This affects all users when using Roo Code's diff view feature to review AI-generated code changes. The issue is most noticeable when:
Reproduction steps
Expected result
The diff view should automatically scroll to the bottom (or near the bottom) as new content is being streamed, allowing users to see the latest changes in real-time without manual scrolling.
Actual result
The diff view remains static at the top or middle of the document, requiring users to manually scroll down to see the latest content being written.
Variations tried (optional)
No response
App Version
3.36.7
API Provider (optional)
Anthropic
Model Used (optional)
No response
Roo Code Task Links (optional)
No response
Relevant logs or errors (optional)