Skip to content

v0.1.0

Choose a tag to compare

@LyleMi LyleMi released this 26 Jun 14:14

AgentMeter v0.1.0

AgentMeter v0.1.0 is the first MVP release of a local-first dashboard for understanding Codex session usage.

It reads local Codex JSONL session files, indexes them into SQLite, and presents session history, token usage, estimated cost, timing, and tool-call behavior in
a private desktop UI.

  • Local-first Codex usage dashboard for Windows.
  • No proxy, no cloud service, no telemetry, and no upload of session data.
  • Incremental indexing of Codex sessions and archived_sessions.
  • Overview dashboard with sessions, tokens, estimated cost, daily usage, model usage, and recent sessions.
  • Searchable session history with parse status and raw source traceability.
  • Session detail view with timeline events, model calls, tool calls, durations, and token breakdowns.
  • Tool analytics with call counts, success/failure counts, total duration, and average duration.
  • Built-in pricing registry with unknown models clearly marked as unpriced.
  • Local HTTP mode for development or use without the Wails CLI.
  • GitHub Actions CI and Windows release build workflow.

Platform

This release is Windows-first and focused on local Codex session data.

Default paths:

  • Codex source: %USERPROFILE%\.codex
  • AgentMeter database: %LOCALAPPDATA%\AgentMeter\agentmeter.sqlite

Known Limitations

  • Codex is the only supported coding-agent adapter in this release.
  • macOS and Linux packaging are not included yet.
  • Export formats, custom pricing UI, project grouping, and richer timeline views are planned for future releases.
  • Cost values are estimates based on the local pricing registry; unsupported models are shown as unpriced.

Full Changelog: https://github.com/LyleMi/AgentMeter/commits/v0.1.0