ai-usagebar 0.5.1

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, and OpenRouter
Documentation
1
2
3
4
5
6
7
8
//! Z.AI / BigModel vendor — undocumented `/api/monitor/usage/quota/limit`.
//! Auth header is `Authorization: <KEY>` with NO `Bearer` prefix.

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

pub use fetch::{FetchOutcome, fetch_snapshot};