codex - 💡(How to fix) Fix Regression: Codex CLI 0.133.0 hides/flickers text in Windows Terminal; 0.130.0 works

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…

Code Example

npm i -g @openai/codex@0.130.0
RAW_BUFFERClick to expand / collapse

What version of Codex CLI is running?

Broken: codex-cli 0.133.0

Works after rollback: codex-cli 0.130.0

Platform

  • OS: Microsoft Windows NT 10.0.19045.0
  • Shell: PowerShell 7.6.2
  • Terminal: Windows Terminal
  • Code page: 65001 / UTF-8

What issue are you seeing?

After upgrading Codex CLI to 0.133.0, text rendering in the TUI becomes unstable on Windows Terminal.

Symptoms:

  • While typing Chinese text with IME, previously typed text can become visually hidden.
  • During dynamic status rendering, text flickers or partially disappears.
  • During startup, the Booting MCP status line can render incorrectly. For example, only CP remains visible from Booting MCP.
  • The input still appears to work logically, but the terminal display is corrupted until another repaint happens.

Rolling back to codex-cli 0.130.0 fixes the issue on the same machine, same terminal, same shell, and same project.

Steps to reproduce

  1. Install Codex CLI 0.133.0.

  2. Run codex in Windows Terminal / PowerShell.

  3. Type Chinese text using Microsoft Pinyin IME.

  4. Observe previous characters hiding/flickering.

  5. Restart Codex and observe startup/status text such as Booting MCP sometimes partially disappearing.

  6. Roll back to 0.130.0:

    npm i -g @openai/codex@0.130.0
  7. Run Codex again and observe that the rendering problem is gone.

Expected behavior

Text should remain visible and stable while typing, refreshing status lines, and booting MCP.

Actual behavior

Text is partially hidden or flickers in Codex CLI 0.133.0. The same environment works correctly after downgrading to 0.130.0.

Additional context

This appears related to previous Windows TUI / IME rendering issues, but this report identifies a newer regression range:

  • Works: 0.130.0
  • Broken: 0.133.0

Possibly related:

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…

FAQ

Expected behavior

Text should remain visible and stable while typing, refreshing status lines, and booting MCP.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING