-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
Environment
- Platform (select one):
- Anthropic API
- AWS Bedrock
- Google Vertex AI
- [ X ] Other: Claude Code MacOs Shell
- Claude CLI version: 0.2.74 (Claude Code)
- Operating System: MacOS 15.3.2 (24D81)
- Terminal: iterm2
Bug Description
Once we reach a certain level of volume of text history in the console, every time we tape a new character in the prompt or whenever the bot add a character in its console, the terminal scroll back and forth to the top and back to current level.
Steps to Reproduce
- Significantly long history session
- Reach something like 5-6 pages long scroll lenght
Expected Behavior
The interface should never scroll up to the to for any reason. It should always follow current position.
When a user is manipulating the scroll, the new generated text should continue to flow down without affecting the user scroll position.
A nice feature would be to have an arrow button to move directly to current scroll position (present or latest text)
Actual Behavior
Scroll flash aggressively, because every 1/10 of a seconds the scroll move to top and back to current in a split seconds. making the image flash painfully for the eyes (stroboscope effect).
Additional Context
Unfortunately, the code is closed, I cannot provide any more information.