ai-usagebar 1.16.0

Omarchy/Waybar widgets + TUI for tracking multi-provider AI plan usage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Kiro CLI — credit-based quota read from kiro-cli's own cached AWS SSO OIDC
//! session (`db.rs`) against `AmazonCodeWhispererService.GetUsageLimits`, the
//! same call kiro-cli's own `/usage` slash command makes. See `oauth.rs` for
//! the (documented) token-refresh flow and `fetch.rs`/`types.rs` for the wire
//! call and schema.

pub mod db;
pub mod fetch;
pub mod oauth;
pub mod types;
pub mod vendor;

pub use fetch::{FetchOutcome, fetch_snapshot};