[Bug] Output text appears blank after recent update
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
11 Comments
https://github.com/anthropics/claude-code/issues/14639 https://github.com/anthropics/claude-code/issues/14641
same issues
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
ahah holy shit how can this happen
Same here :-/
same here too ..
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.
npm uninstall -g @anthropic-ai/claude-code
npm install -g @anthropic-ai/claude-code@2.0.72
should help for the moment
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.
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.
Consolidating to #14587 - see thread for workarounds and status.
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.