Add burn rate formatting, per-row tooltips, and background-service docs - #10
Open
norris-shelton wants to merge 3 commits into
Open
Add burn rate formatting, per-row tooltips, and background-service docs#10norris-shelton wants to merge 3 commits into
norris-shelton wants to merge 3 commits into
Conversation
Add documentation for running ccowl as a background service using macOS Launch Agent and Linux systemd. Also add CLAUDE.md for AI-assisted development and update .gitignore for JetBrains IDEs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ccusage 20.0.5 removed the --live option, causing "Unknown blocks option '--live'" and a Failed to Fetch Data state. The app polls every 5s anyway, so --live was redundant. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Abbreviate burn rate (e.g. 201.2k tokens/min) via formatBurnRate - Show contextual tooltip per menu row (token breakdown, cost/hour, models, projection) instead of stale Loading placeholders
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.
This PR improves the readability of the status bar menu and fixes a stale tooltip issue.
-Also includes the documentation changes originally in #9: background-service setup instructions (macOS Launch Agent + Linux systemd), a CLAUDE.md for AI-assisted development, and a .gitignore update for JetBrains IDEs. (#9 closed in favor of this combined PR.)