feat: add balance-hud v2.0.0 — HUD statusline + API balance monitoring#4
Open
BFRKQSB7 wants to merge 2 commits into
Open
feat: add balance-hud v2.0.0 — HUD statusline + API balance monitoring#4BFRKQSB7 wants to merge 2 commits into
BFRKQSB7 wants to merge 2 commits into
Conversation
Real-time Claude Code HUD statusline with: - Context health progress bar with color-coded warnings - Tool activity, agent tracking, todo progress - Git branch/status display - DeepSeek/OpenAI/Anthropic API balance monitoring (auto-refresh daemon) - Low-balance warnings with configurable thresholds - Multi-language support (English, Chinese) - Interactive setup command (/balance-hud:setup) Based on claude-hud by Jarrod Watts (MIT License). Co-Authored-By: Claude <noreply@anthropic.com>
balance-hud is a Node.js statusline plugin. dist/ contains the compiled runtime engine — it is NOT a build artifact in the traditional sense. The .js and .js.map files are the distributable plugin payload. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add balance-hud — a full-featured Claude Code HUD statusline plugin with real-time API balance monitoring.
Features
/balance-hud:setupauto-detects platform, shell, runtimeAttribution
HUD rendering engine adapted from claude-hud by Jarrod Watts (MIT License). See NOTICE.md for detailed third-party code listing.
Plugin Structure
CI Checklist
plugin.jsonwithname(kebab-case),version,descriptionREADME.mdwith installation and usage docssource: ./plugins/balance-hudproductivity), tags, keywords🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com