[Bug] Output text appears blank after recent update

Status Closed — duplicate
Reported on v2.0.73
Maintainer reply ✓ Yes — ant-kurt
Activity 11 comments · opened Dec 19, 2025 · closed Dec 19, 2025
💡 Likely answer: A maintainer (ant-kurt, collaborator) responded on this thread — see the highlighted reply below.

Bug Description
most of the text outputted by claude is just blank since the last update.

Environment Info

  • Platform: win32
  • Terminal: vscode
  • Version: 2.0.73
  • Feedback ID: a838266c-efa1-466c-9101-7dfc3a02b096

this is literall the outputted text in the terminal:

rmined by maximum cell voltage (MaxCellVoltage.Value), not total battery pack voltage.

if (MaxCellVoltage.Value > BMS_Process_Params.Cell.Levels.High_voltage_Alarm_Level_1.On.Value)
Inverter.CellAlarms.HighVoltageLevel1 = BitFlag_Set;

if (MaxCellVoltage.Value > BMS_Process_Params.Cell.Levels.High_voltage_Alarm_Level_2.On.Value)
Inverter.CellAlarms.HighVoltageLevel2 = BitFlag_Set;

if (MaxCellVoltage.Value > BMS_Process_Params.Cell.Levels.High_voltage_Protect.On.Value)

if ((CellAlarms.HighVoltageLevel1 == BitFlag_Set) |
(CellAlarms.HighVoltageLevel2 == BitFlag_Set))

ed. This provides:

  • Clear distinction from system-level overvoltage

View original on GitHub ↗

11 Comments

github-actions[bot] · 8 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/14621
  2. https://github.com/anthropics/claude-code/issues/14625
  3. https://github.com/anthropics/claude-code/issues/14639

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

JotaDeRodriguez · 8 months ago

ahah holy shit how can this happen

markusstephany · 8 months ago

Same here :-/

chris-delecluse · 8 months ago

same here too ..

smaugho · 8 months ago

No idea what these guys are doing... anyway I could revert that last update? I'm having to ask to the agent to write its output to a file, to be able to understand it.

markusstephany · 8 months ago

npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72

should help for the moment

chris-delecluse · 8 months ago

There’s something funny when you downgrade Claude Code — opening a new chat silently upgrades it back to the latest version. At least on my side.

BainViljoen · 8 months ago

yeah, its completely messed up, the chats freeze and force you to completely close it and start it again (but downgrade again first) Its pretty unusable now.

ant-kurt collaborator · 8 months ago

Consolidating to #14587 - see thread for workarounds and status.

github-actions[bot] · 8 months ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.