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

✍️ OpenClawRadar📅 Published: March 21, 2026🔗 Source
claude-powerline v1.20 adds TUI dashboard mode, context bar styles, and environment variable display
Ad

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.

Ad

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=value and --arg value CLI 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

Ad

👀 See Also

WordPress.com MCP Integration Adds Write Capabilities for Claude
Tools

WordPress.com MCP Integration Adds Write Capabilities for Claude

WordPress.com's MCP integration now supports write operations, allowing Claude to draft posts, build pages, manage comments, fix image alt text, and restructure content categories directly on WordPress.com sites. Before generating content, Claude reads the site's theme to understand design elements like colors, fonts, and block patterns.

OpenClawRadar
Developer Tests Apple Intelligence for On-Device Clipboard Tasks
Tools

Developer Tests Apple Intelligence for On-Device Clipboard Tasks

A developer built a clipboard manager using Apple Intelligence's Foundation Models framework, finding it reasonable for everyday tasks like short summaries and rewrites but limited on ambiguous language and detailed work.

OpenClawRadar
cq: A Local-First Knowledge Sharing System for AI Coding Agents
Tools

cq: A Local-First Knowledge Sharing System for AI Coding Agents

Mozilla.ai's cq is an open-source tool that lets AI coding agents share 'knowledge units' about common gotchas via a local SQLite store, with optional team sharing through a Docker API. It installs as a Claude Code plugin or OpenCode MCP server.

OpenClawRadar
Godmode Plugin Adds Autonomous Iteration Loop to Claude Code and Other AI Coding Agents
Tools

Godmode Plugin Adds Autonomous Iteration Loop to Claude Code and Other AI Coding Agents

Godmode is an open-source plugin that adds an autonomous measure-modify-verify loop to Claude Code, with parallel agents, failure memory, and 126 skills including optimization, security audits, and TDD. It works with Cursor, Codex, Gemini CLI, and OpenCode.

OpenClawRadar