Skip to content

v0.9.0 — AI Usage Clarity Engine

Choose a tag to compare

@MHASK MHASK released this 30 Mar 07:44
· 38 commits to master since this release

What's New

Complete visibility into AI token consumption — something no other tool provides.

aura usage — Track AI costs across all projects

  • Per-session, per-model, per-day cost breakdowns
  • Cross-project aggregation via ~/.aura/usage/
  • Budget caps: --budget-daily 5.00, --budget-weekly 25.00
  • CSV export: --export report.csv

aura usage --plan — Claude Pro/Max plan clarity

  • Parses Claude Code transcripts for real token usage data
  • Per-project quota attribution ("Project X ate 36% of your quota")
  • Peak hours analysis (weekdays 5am-11am PT drain 2x faster)
  • Daily burn trend, weekly patterns, burn rate projections
  • Works across ALL projects, not just Aura-enabled ones

Intelligent Status Line for Claude Code

Real-time anomaly detection in your status bar:

  • 5h████░░░░48%+6% — per-message usage delta
  • session12% — cumulative session drain
  • $1.42(+$0.57) — per-message cost
  • 🔥burn+26% — burning ahead of linear pace
  • ⚠silent-drain — usage jumped, barely any output
  • ⚠off-peak-drain — fast drain even outside peak hours
  • WALL — approaching weekly limit

Auto-installs on aura init. Works with Claude Code terminal + desktop.

Install / Upgrade

curl -fsSL https://auravcs.com/install.sh | bash

Full Changelog: v0.8.1...v0.9.0