ai-usagebar 1.20.2

Omarchy/Waybar widgets + TUI for tracking multi-provider AI plan usage
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Command Code (commandcode.ai) subscription usage integration.
//!
//! Command Code meters spend rather than tokens: two rolling windows priced in
//! dollars, drawn against a monthly credit allowance. Credentials come from
//! whichever agent harness on the machine is signed in — the official CLI or
//! pi — and are only ever read.

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