ai-usagebar 0.21.0

Waybar widget + TUI for tracking AI plan usage across multiple providers
Documentation
1
2
3
4
5
6
7
8
9
10
//! Anthropic Admin API vendor — month-to-date spend from
//! `/v1/organizations/cost_report` over a Console **Admin key** (distinct from
//! the inference key and from the Claude Code OAuth login). The remaining
//! prepaid credit balance is Console-only (no API), so this reports spend.

pub mod fetch;
pub mod types;
pub mod vendor;

pub use fetch::{FetchOutcome, fetch_snapshot};