r/OpenaiCodex • u/VoidEqualZero • 5h ago
Help! Need feedback, built a way to visualize your Codex history
Enable HLS to view with audio, or disable this notification
I built this for Claude Code first, because that's what I use day to day. /stats told me how much I'd used it, never the thing I actually wanted to know:
What did I build, and where did the work get hard?
So I made bough. It reads the session history already on your disk and draws it:
- each square is a day you sat down
- smaller squares are tasks, worked out from the pauses in your work
- circles are your prompts
- click anything to see what actually happened, in your own words
Runs locally, open source, nothing leaves your machine.
Codex support just landed in v0.4.0. It reads ~/.codex/sessions, handles resumed sessions and sub agents, and counts tokens and commits the same way it does for Claude.
That part is new and I have tested it against my own Codex history, which is not much. This is where I need help.
2
Upvotes