Releases: SuvenSeo/codex-usage-tracker
v0.2.0
Adds opt-in multi-source reporting for Codex, Claude Code, and Cursor. Claude Code sessions now contribute local token totals from ~/.claude/projects, Cursor contributes local AI edit activity/request/model/active-time totals from ~/.cursor/ai-tracking, and reports now include app/source breakdowns across CLI, HTML, GUI, JSON, and CSV. Codex remains the only source with Codex credit estimates and WakaTime sync.
Windows users can download CodexUsageTracker.exe. SHA256: 98994c23c5c3b06249f684385bf13e8cacaecbf96e2a1255bae6b11362a5fad3.
Codex Usage Tracker v0.1.1
Patch release to make the public package install path clean after PyPI trusted publishing was enabled.
Install:
pipx install codex-usage-tracker
# or
python -m pip install codex-usage-trackerHighlights:
- Published
codex-usage-trackerto PyPI through GitHub Actions trusted publishing. - Updated README and publishing docs to prefer PyPI installs.
- Documented the working trusted publisher configuration.
Verification:
- Release workflow build and PyPI publish passed.
- Clean virtualenv install from PyPI installed
codex-usage-tracker==0.1.1. codex-usage-tracker demogenerated the dashboard successfully.
Codex Usage Tracker v0.1.0
First public Windows GUI release for Codex Usage Tracker.
Install from the tagged source release:
python -m pip install "codex-usage-tracker @ git+https://github.com/SuvenSeo/codex-usage-tracker.git@v0.1.0"
codex-usage-tracker demoHighlights:
- Native Tkinter live dashboard for local Codex usage stats.
- Double-clickable Windows EXE attached below.
- Auto-refreshing local token, credit, project, model, and thread views.
- Static HTML, CSV, and JSON report generation.
doctoranddemocommands for first-run confidence.- Pricing metadata verified against official OpenAI Codex/API docs on 2026-05-29.
Notes:
- The app reads local Codex data from
~/.codexand does not upload transcripts. - Cost and credit values are estimates from local token logs, not official billing.
- Windows executable SHA256:
feaf757a50e29897084b91a18b082500ce83ed9c721be07e9353f65dab9bd198.