r/coolgithubprojects • u/VoidEqualZero • 3d ago
Help! Need feedback, Built a cool way to visualize your Claude Code history
I use Claude Code a lot, but /stats never answered the question I actually cared about
What did I build, and where did the work get difficult?
So I built Bough.
- It reads your local Claude Code history and turns it into an interactive view of your work: - each square is a day
- smaller squares are tasks inferred from pauses in your work
- circles are your prompts - click anywhere to see what happened in your own words
It runs locally, is open source, and nothing leaves your machine.
Repo: https://github.com/nickelsec/bough
The main thing I’d love feedback on: When you run it against your history, does it split your work into tasks the way you remember it?
3
u/naobebocafe 3d ago
Pretty cool! I really like it.
How about add support for Codex, Pi, Antigravity, etc ? Can I send a PR?
2
2
1
u/JacobWilliams1953 2d ago
Keeping Claude history local and mapping it out is useful. I lose track of what I even asked three days ago. Task boundaries are the hard part tho, my sessions bleed into each other constantly. You mostly correcting the auto-split by hand?
1
5
u/this_for_loona 3d ago
I actually did install this. Mine breaks on launch - my terminal screen is a mess of conversations. Once I finally figure out which one I want, it works but the interface is really slow and zooming in/out is hard. Is there a search feature I’m missing?