Add Headroom — Claude Code usage monitor for macOS menu bar#2125
Add Headroom — Claude Code usage monitor for macOS menu bar#2125patwalls wants to merge 2 commits into
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Important Gittensory found maintainer review notesPublic GitHub metadata was checked for review readiness. Gittensor-specific context appears only when confirmed. Readiness score: 80/100
Signal definitions
Review context
Maintainer notes
Contributor next steps
Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers. |
|
Warning 🔧 Almost there — a required check is failingThanks for the submission! It's in scope, but a required check didn't pass, so it can't be merged yet. Failing checks
Open the Checks tab above to see the exact problem. The most common ones are a missing field (e.g. Category: |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
What
Adds Headroom to
content/tools/headroom.mdx.Why
Headroom is a native macOS menu bar app that shows Claude Code's 5-hour session and 7-day weekly utilization as a live percentage, color-coded (calm → amber → red) as limits approach.
Architecture: Instead of polling the Anthropic API, it reads the local file Claude Code's own statusline hook writes to
~/.claude/headroom-usage.json. Zero network calls, zero config — install and the number is there.brew install --cask patwalls/tap/headroom🤖 Generated with Claude Code