6 ms·
Show HN: ClaudeStatsBar: your session is 486k deep and nothing told you
- edf13 6d agoI 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.
- jondwillis 6d agoCould’ve asked Claude to put this in your status line. https://code.claude.com/docs/en/statusline https://code.claude.com/docs/en/statusline
- edf13 6d agoYes - we hook into that to add the cost/turn and the burn rate
- MoreClaudeslop 5d ago[flagged]
- ftchd 6d agoMy 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 https://github.com/FTCHD/switcheroo
- ActivePattern 5d agoYeah, the README seems like AI slop to me. That always makes me lose interest in a project because it seems so low-effort.
- edf13 5d agoIt is AI gen - and it's not so much of a project, more of a quick tool/status bar.
- bonsai_spool 6d agoUnaffiliated with this project but I enjoy Claude Code Usage on my Mac https://github.com/richhickson/claudecodeusage https://github.com/richhickson/claudecodeusage
- MoreClaudeslop 5d agoNo one cares. Make something people want.
- cbg0 5d agoJust use autocompact?
- MoreClaudeslop 5d ago[flagged]
- MoreClaudeslop 5d ago[flagged]
- ethanj8011 5d agoInsane slop title.
- froobius 5d ago> 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.
- aiedwardyi 5d ago[dead]
- velcrovan 5d agoWhat'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.
- ftchd 5d agoYou're the first person I see that only has Claude Code and a Browser installed, grats on the hygiene!
- efficax 5d agoI 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 5d agoSomeone about to learn about caching.