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
//! Google Antigravity vendor — quota tracking via the local language server.

pub mod fetch;
pub mod vendor;

pub use fetch::fetch_snapshot;