[BUG] Claude output not always displaying in CLI

Status Open
Reported on v2.1.228
Maintainer reply None cached
Activity 0 comments · opened Aug 11, 2026

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?

Description

Claude Code's terminal output is rendering with severe visual layout glitches, causing large horizontal gaps, missing characters, and broken sentences mid-line. Text formatting and word spacing are completely broken, making logs and explanations unreadable.

Steps to Reproduce

  1. Execute a command that returns long, multi-line paragraph text or code audit results (e.g., analyzing service files/gating logic).
  2. Observe the text layout rendering in the terminal.

Expected Behavior

Text should render sequentially with normal word spacing, wrapping cleanly across lines without arbitrary gaps or missing string segments.

Actual Behavior

The terminal output contains large white-space gaps within sentences (e.g., "locally flip SHOW FEE", "server query )", "confirmed ero"). Whole blocks of text appear shifted or partially erased.

Environment & Context

  • Tool: Claude Code CLI
  • Visual Evidence:

<img width="1683" height="331" alt="Image" src="https://github.com/user-attachments/assets/fcdc4257-86b5-4a02-ba26-42805cba2eb9" />

What Should Happen?

I should be able to see the output.

Error Messages/Logs

Steps to Reproduce

Just use claude code cli for dev work, occasionally characters are omitted. The screenshot above is the worst its gotten.

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

_No response_

Claude Code Version

2.1.228

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

WSL (Windows Subsystem for Linux)

Additional Information

_No response_

View original on GitHub ↗