claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[BUG] last interrupted write action remains sticky in conversation (should just scroll up)

Open Morriz opened this issue 1 month ago • 3 comments

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

After interrupting a write action, the output of that action remains "sticky", it keeps getting repainted as the last action even tho many actions happened since. It should just scroll up but doesn't. And if it was a large write, this makes it very hard to see what is going on as the repaint pushes the actual activity out of sight

What Should Happen?

any message in the thread to stay it its linear position

Error Messages/Logs


Steps to Reproduce

  1. just modify some code and CTRL+C
  2. observe it

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

2.0.50

Claude Code Version

2.0.51

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

iTerm2

Additional Information

No response

Morriz avatar Nov 24 '25 22:11 Morriz