[BUG] statusLine not rendering on Windows CLI terminal (v2.1.92)
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
statusLine configured in settings.json does not render any content on Windows CLI terminal. Even the simplest echo
command produces no visible output below the input prompt.
## Environment
- Claude Code: v2.1.92
- OS: Windows 11 Pro 10.0.26200
- Terminal: PowerShell in Windows Terminal
- Node.js: v24.14.1
## Steps to Reproduce
- Add to
~/.claude/settings.json:
```json
"statusLine": {
"type": "command",
"command": "echo HUD-TEST-OK"
}
- Restart Claude Code (claude)
- No statusLine text appears below the input prompt
What I tried
- echo HUD-TEST-OK — no output
- node -e "console.log('HUD-TEST-OK')" — no output
- powershell -Command "Write-Output 'HUD-TEST-OK'" — no output
- Full claude-hud plugin command — no output
All commands work correctly when executed manually in the terminal.
Expected
statusLine text should appear below the > input prompt.
```
What Should Happen?
## Description
statusLine configured in settings.json does not render any content on Windows CLI terminal. Even the simplest echo
command produces no visible output below the input prompt.
## Environment
- Claude Code: v2.1.92
- OS: Windows 11 Pro 10.0.26200
- Terminal: PowerShell in Windows Terminal
- Node.js: v24.14.1
## Steps to Reproduce
- Add to
~/.claude/settings.json:
```json
"statusLine": {
"type": "command",
"command": "echo HUD-TEST-OK"
}
- Restart Claude Code (claude)
- No statusLine text appears below the input prompt
What I tried
- echo HUD-TEST-OK — no output
- node -e "console.log('HUD-TEST-OK')" — no output
- powershell -Command "Write-Output 'HUD-TEST-OK'" — no output
- Full claude-hud plugin command — no output
All commands work correctly when executed manually in the terminal.
Expected
statusLine text should appear below the > input prompt.
```
Error Messages/Logs
## Description
statusLine configured in settings.json does not render any content on Windows CLI terminal. Even the simplest `echo`
command produces no visible output below the input prompt.
## Environment
- Claude Code: v2.1.92
- OS: Windows 11 Pro 10.0.26200
- Terminal: PowerShell in Windows Terminal
- Node.js: v24.14.1
## Steps to Reproduce
1. Add to `~/.claude/settings.json`:
"statusLine": {
"type": "command",
"command": "echo HUD-TEST-OK"
}
2. Restart Claude Code (claude)
3. No statusLine text appears below the input prompt
What I tried
- echo HUD-TEST-OK — no output
- node -e "console.log('HUD-TEST-OK')" — no output
- powershell -Command "Write-Output 'HUD-TEST-OK'" — no output
- Full claude-hud plugin command — no output
All commands work correctly when executed manually in the terminal.
Expected
statusLine text should appear below the > input prompt.
Steps to Reproduce
## Description
statusLine configured in settings.json does not render any content on Windows CLI terminal. Even the simplest echo
command produces no visible output below the input prompt.
## Environment
- Claude Code: v2.1.92
- OS: Windows 11 Pro 10.0.26200
- Terminal: PowerShell in Windows Terminal
- Node.js: v24.14.1
## Steps to Reproduce
- Add to
~/.claude/settings.json:
```json
"statusLine": {
"type": "command",
"command": "echo HUD-TEST-OK"
}
- Restart Claude Code (claude)
- No statusLine text appears below the input prompt
What I tried
- echo HUD-TEST-OK — no output
- node -e "console.log('HUD-TEST-OK')" — no output
- powershell -Command "Write-Output 'HUD-TEST-OK'" — no output
- Full claude-hud plugin command — no output
All commands work correctly when executed manually in the terminal.
Expected
statusLine text should appear below the > input prompt.
```
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.92 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗