[BUG] Token count and model/version number missing from status bar
Resolved 💬 4 comments Opened Mar 4, 2026 by spiveym Closed Apr 1, 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?
The right-side status bar elements (token count and model/version number) are no longer rendering at the bottom of the terminal. Both elements disappeared simultaneously and have not returned.
This is the case using both Terminal and Ghostty.
What Should Happen?
The token count and current model/version should be visible on the right side of the status bar, as they previously were.
Error Messages/Logs
None - no error output, just a silent UI rendering failure.
Steps to Reproduce
- Launch Claude Code 2.1.68
- Observe the status bar at the bottom of the terminal
- Right-side elements (token count, model/version) are absent
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
Unsure of exact version due to recent rapid releases
Claude Code Version
2.1.68 (Claude Code)
Platform
AWS Bedrock
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
The following steps were taken to try and rule them out as root causes:
- Changing terminal width
- Disabling custom statusLine commands (disabling it in settings.json does not restore the elements)
- Using different terminal emulators (this was reproduced in both Apple Terminal and Ghostty)
- Differing model selection (tested haiku, sonnet, opus, opusplan, and 'default', yet the issue persisted across all)
- Session state (restarting Claude Code does not fix it)
- NO_COLOR, FORCE_COLOR, CI environment variables (none set)
- Corrupted install (binary present and functional at ~/.local/bin/claude)
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗