[FEATURE] Do not scroll when appending results in prompt
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Using vs code and Claude chat window. Upon prompting, the response continues to update and append responses while reading.
This overlays any text that is being read by the end user.
Forces the end user to await until done responding, time consuming.
End user also has no clue still processing as there is nothing to identify that it is completed or not.
Proposed Solution
Append with a single line of an ellipse to signal there are more results. Do not append in viewable window that forces scrolling, or do not scroll when appending.
Icon to signal still working via agent (Maybe I am overlooking).
Alternative Solutions
Don't scroll when appending results.
Priority
High - Significant impact on productivity
Feature Category
Performance and speed
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗