Calculate token usage in multiple sessions
▲ 6 r/GeminiCLI+1 crossposts

Calculate token usage in multiple sessions

Hey! I built Aura (Agent Usage Reporter & Analyzer). You can check it out in Aura Repo. I attached a photo just for you to know what I'm talking about.

Currently, we have Quota (classic output from /usage or /status depending of your agent), Forecast (a token usage forecast for session and week) and Summary and Models as additional data.

I'm thinking about building a feature for you to filter how many tokens you spent in sessions, so you easily can fetch how many tokens for a specific feature that uses multiple sessions, or a specific recurrent workflow. Do you think that will help your day to day workflow? Give me feedback and ideas of what would be cool. Please check the goals and architecture of the project so you don't suggest something way off it.

Install Aura if you want and hit a star!

u/Head-Reaction9554 — 9 days ago
▲ 8 r/Agent_AI+1 crossposts

Versatile Usage Reporter

I built a tray icon that lives on your desktop to show code usage for many AI agents. Supports multiple Claude Code profiles, Codex and Gemini. Also allows you to build plugins (we have an RTK plugin already). Checkout Aura.

Available for macOS, Linux and Windows.

Run the installer — it auto-detects your host, downloads the matching archive, verifies its checksum, and wires up autostart:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/Rfluid/aura/main/install.sh | bash
# Windows (PowerShell)
iex (irm https://raw.githubusercontent.com/Rfluid/aura/main/scripts/install.ps1)
u/Head-Reaction9554 — 16 days ago

Versatile Usage Reporter

I built a tray icon that lives on your desktop to show code usage for many AI agents. Supports multiple Codex profiles, Claude Code and Gemini. Also allows you to build plugins (we have an RTK plugin already). Checkout Aura.

Available for macOS, Linux and Windows.

Run the installer — it auto-detects your host, downloads the matching archive, verifies its checksum, and wires up autostart:

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/Rfluid/aura/main/install.sh | bash
# Windows (PowerShell)
iex (irm https://raw.githubusercontent.com/Rfluid/aura/main/scripts/install.ps1)
u/Head-Reaction9554 — 16 days ago