Skip to content

Releases: jkgeekJack/ai_usage_statusbar

AIUsageBar 1.0.1

12 Jun 12:02

Choose a tag to compare

Bug fix release for Codex usage refresh.

Changes:

  • Optimizes Codex local session scanning by reading recent JSONL files first and scanning each file from the end.
  • Avoids repeatedly reading the entire ~/.codex/sessions tree on every refresh, which can grow large and delay menu bar updates.
  • Keeps the DMG install flow as the recommended user path.

Validation:

  • Scripts/test.sh passed with 24 tests.
  • Scripts/e2e.sh passed.
  • Installed locally and confirmed Codex history continued updating after launch.

AIUsageBar 1.0.0

12 Jun 09:24

Choose a tag to compare

Initial macOS release.

Highlights:

  • Native macOS menu bar app for Claude Code and Codex usage.
  • Prebuilt DMG installer: open the DMG and drag AIUsageBar.app into Applications.
  • Removed the /tmp/claude-usage-5h-cache.json cache path and related documentation.
  • Fixed the packaged app crash by loading bundled service icons from the app resources.
  • Cleaned unused docs, old SVG assets, build caches, and zip artifacts.

Validation:

  • Scripts/test.sh passed with 24 tests.
  • Scripts/e2e.sh passed.
  • DMG contents and app code signature were verified locally.