Help! Need feedback, built a way to visualize your Codex history
一位开发者创建了一个工具,用于可视化 Codex 使用历史,最初是为 Claude Code 用户设计的。该工具在 v0.4.0 版本中新增了对 Codex 的支持,能够读取 ~/.codex/sessions 中的数据,包括恢复的会话和子代理。它会像处理 Claude 数据一样,统计令牌和提交次数。开发者目前正在寻求社区的反馈,尤其是关于新加入的 Codex 支持功能,因为他们自己的 Codex 使用历史数据有限。
时间与来源
时间显示为 UTC
显示时区:UTC
本地时区尚不可用,暂时显示 UTC。
发布当时偏移:UTC+02026年9月12日 13:27 UTC
收录当时偏移:UTC+02026年9月12日 14:01 UTC
- 发布
- 2026年9月12日 13:27
- 收录
- 2026年9月12日 14:01
- 来源类型
- 开发者社区
- 档位
- 社区
- 信源状态
- 正常
档位是按信源手工设定的编辑判断,不是逐条打分。
讨论趋势
百分比基于采集到的讨论信号,不代表新增评论数或独立参与人数。曲线仅用于同一话题在不同时段的比较。
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:
So I made bough. It reads the session history already on your disk and draws it:
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.