claude-code - 💡(How to fix) Fix [BUG] CLI re-renders welcome header mid-conversation, causing confusing scroll jump [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48173Fetched 2026-04-15 06:31:06
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×3closed ×1commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

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

What's Wrong?

NB: Screenshot shows v2.1.107 but I've checked the changelog and see no reference to this bug in the v2.1.108 update.

The CLI often re-renders the full welcome/header block (version, model, team, working directory) in the middle of an ongoing conversation. This makes it appear as though the session has restarted from scratch.

The conversation state is not actually lost. Scrolling down past the re-rendered header reveals the most recent messages.

<img width="1694" height="1826" alt="Image" src="https://github.com/user-attachments/assets/1fc1e1c7-d8c4-42a8-a6b5-f23fe3f69688" />

Environment:

  • Claude Code v2.1.107
  • macOS (Darwin 25.4.0)

What Should Happen?

Expected: Header only appears once at the top of the session. Actual: Header appears again mid-conversation; viewport jumps to it.

Error Messages/Logs

Steps to Reproduce

  1. Start a conversation with claude
  2. Have an extended conversation with tool use
  3. At some point the header re-renders mid-stream

Claude Model

Opus

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Version: 2.1.107

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Warp

Additional Information

No response

extent analysis

TL;DR

The issue can likely be mitigated by waiting for the next version update or checking for any rendering-related configuration options in the Claude Code settings.

Guidance

  • Review the changelog for the next version update (e.g., v2.1.109) to see if the bug is addressed, as the issue is not mentioned in the v2.1.108 update.
  • Check the Claude Code documentation or settings for any options related to rendering or conversation state management that might help prevent the header from re-rendering mid-conversation.
  • If the issue persists, try to reproduce it with a different terminal or shell to isolate if the problem is specific to the Warp terminal.
  • Consider reporting the issue to the Anthropic API support or Claude Code community to see if others have found workarounds or fixes.

Example

No specific code snippet can be provided without more information on the internal workings of Claude Code or the Anthropic API.

Notes

The lack of error messages or logs makes it challenging to pinpoint the exact cause. The fact that this is a regression and worked in a previous version suggests that the issue might be related to changes in the rendering or state management logic.

Recommendation

Apply workaround: Given the information provided, waiting for a potential fix in the next version or exploring rendering settings seems the most viable approach, as there's no clear indication that an upgrade to v2.1.108 would resolve the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] CLI re-renders welcome header mid-conversation, causing confusing scroll jump [1 comments, 2 participants]