ai-usagebar 0.15.0

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, OpenRouter, DeepSeek, and Kimi
Documentation
1
2
3
4
5
6
7
8
9
//! Kilo Code vendor — credit balance from `/api/profile/balance` over an API
//! key (an undocumented endpoint used by the Kilo Code extension; see
//! `types.rs`).

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

pub use fetch::{FetchOutcome, fetch_snapshot};