claude-powerline v1.20 adds TUI dashboard mode, context bar styles, and environment variable display

claude-powerline v1.20 release
claude-powerline is a vim-style statusline for Claude Code that provides real-time visibility into your session. It's free, open source, and requires zero dependencies with 6 built-in themes.
Setup
Add to ~/.claude/settings.json:
{ "statusLine": { "type": "command", "command": "npx -y @owloops/claude-powerline@latest --style=tui" } }For best display, use a Nerd Font or add --charset=text for ASCII-only symbols.
TUI Dashboard Mode
The major addition in v1.20 replaces the single statusline with a full box-drawing panel below your prompt. It displays:
- Model information
- Context usage with progress bar
- Session and daily costs
- Subagent costs
- Git branch with working tree counts (+staged ~unstaged ?untracked)
- Fish-style directory
- Version
- Burn rate
- Response time
- Message count
The dashboard is responsive to terminal width.
Context Bar Styles
Nine visual progress bar styles for the context segment: blocks, blocks-line, ball, capped, dots, filled, geometric, line, and squares. Also includes bar (custom symbols) and text-only mode. Color-coded by usage percentage to indicate when you're running low. Configurable to show remaining vs used percentage.
Environment Variables Segment
Display any environment variable in your statusline. Useful for showing NODE_ENV, AWS_PROFILE, or other workflow-relevant variables.
Other Improvements
- Native context_window data from Claude Code (no more estimation)
- Autocompact buffer is now configurable
- Git worktree detection fixes
- Subagent token tracking in usage calculations
- Both
--arg=valueand--arg valueCLI syntax - Provider model IDs parsed to friendly display names
Links
GitHub: https://github.com/Owloops/claude-powerline
npm: https://www.npmjs.com/package/@owloops/claude-powerline
📖 Read the full source: r/ClaudeAI
👀 See Also

Using Obliteratus toolkit to remove refusal weights from AI models
A Reddit user used the Obliteratus toolkit to surgically remove specific weights responsible for refusal behavior in AI models, demonstrating on Alibaba's Qwen 1.5B model that it can reveal training origins without retraining.

Coding-Flashcards: 800+ Anki cards for Rust, SQLite, Godot, and Wolfram Language
Over 800 markdown flashcards covering Rust, SQLite, Godot, and Wolfram Language from first principles, with scripts to convert to Anki decks or PDFs.

SendToAI VS Code Extension Solves Claude's 20-File Limit with Project Bundling
SendToAI is a free VS Code extension that bundles entire projects into a single clipboard paste, bypassing Claude's 20-file upload limit. It includes visual file selection, token counting, cost estimates, and project notes that persist across sessions.

Fingerprint's Free Web Bot Auth Testing Tool for AI Agent Developers
Fingerprint has released a free, public endpoint for testing Web Bot Auth implementations. The tool validates cryptographic signatures on HTTP requests, helping bot and AI agent developers ensure their WBA setup works correctly before hitting production.