Adding a Month Segment to claude-powerline
I use claude-powerline for my Claude Code statusline. It’s got a today segment that shows spend since midnight, which is great until you actually want to know where you stand for the month. “Today” resets every night and tells you nothing about the bigger picture. So I sent a PR: Owloops/claude-powerline#112.
What it adds
A new month segment, opt-in, that tracks total cost/tokens for the current calendar month. It reuses the same local-transcript aggregation and caching the today segment already had, so no network calls, nothing new to trust.