Show HN: ClaudeStatsBar: your session is 486k deep and nothing told you
edf13
17 points
15 comments
September 11, 2026
Related Discussions
Found 5 related stories in 174.6ms across 6,278 title embeddings via pgvector HNSW
- Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why sachinneravath · 75 pts · August 27, 2026 · 64% similar
- Show HN: A community library for Claude Code status lines nastynate · 11 pts · August 17, 2026 · 59% similar
- Show HN: Claude-thermos keeps your Claude session warm for you s0ck_r4w · 93 pts · July 23, 2026 · 57% similar
- Show HN: Saggar, a Mac terminal that keeps sessions and your attention organized mcclowes · 40 pts · August 17, 2026 · 52% similar
- Show HN: Kit. Claude Code but Concise danielkov · 12 pts · September 02, 2026 · 51% similar
Discussion Highlights (9 comments)
edf13
I kept running into limits on my Claude Code sessions (Especially with leading edge models)... the main cause being session hygiene, not clearing or compacting my sessions often enough. So I built this simple tool to show my current session status.
ftchd
My two cents: the README should feel effortless to read and easy to skim. For something this straightforward, I’d ideally want to grasp the key points without having to scroll much. Once it starts feeling longer than it needs to be, I tend to lose interest and I think I'm not the only one. I built something similar but as a tray/cli and not just for usage. You can switch the login of CLIs like Codex, Claude, Vercel (if you're managing multiple accounts) etc Here's Switcheroo: https://github.com/FTCHD/switcheroo
bonsai_spool
Unaffiliated with this project but I enjoy Claude Code Usage on my Mac https://github.com/richhickson/claudecodeusage
cbg0
Just use autocompact?
ethanj8011
Insane slop title.
froobius
> context a session moves grows with roughly the square of its length Readme doesn't mention that LLM providers do context caching — your costs aren't quadratic unless you frequently invalidate the cache.
velcrovan
What's funny is that, being a claude code user, I don't need to give someone else's python package a 24/7 back door into all my activity, I can just make my own.
efficax
I never have long sessions. I ask claude to do one thing, then I clear the context, validate that change, and iterate it. What are these long sessions?
lowbloodsugar
Someone about to learn about caching.