Skip to content

v0.10.0 — AI Usage Clarity Engine

Choose a tag to compare

@MHASK MHASK released this 30 Mar 08:10
· 36 commits to master since this release

Fully Open Source

Build, deploy, and use Aura however you want.

New: AI Usage Clarity Engine

  • aura usage — track AI costs across all your projects
  • aura usage --plan — parse Claude Code transcripts for real token data, per-project quota burn, peak hours analysis, burn rate projections
  • aura usage --export report.csv — exportable spreadsheets
  • Budget caps with alerts (--budget-daily, --budget-weekly)

Intelligent Status Line for Claude Code

Auto-installs on aura init or aura update. Shows:

  • 5h/7d plan usage with per-message deltas
  • Anomaly detection: burn spikes, silent drains, context bloat, off-peak drain
  • Session cost tracking, peak hour warnings

Also Includes

  • Live sync & real-time collaboration
  • Cross-project usage aggregation
  • 15 e2e tests, strict mode enforcement

Install

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

Upgrade

aura update

Full Changelog: v0.8.2...v0.10.0