ai-usagebar 0.16.0

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, OpenRouter, DeepSeek, Kimi, and Antigravity
Documentation
1
2
3
4
5
6
7
8
//! Moonshot / Kimi vendor — account balance from `/v1/users/me/balance` over
//! an API key. USD on `api.moonshot.ai`, CNY on `api.moonshot.cn`.

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

pub use fetch::{FetchOutcome, fetch_snapshot};