ai-usagebar 0.4.3

Waybar widget + TUI for AI plan usage across Anthropic, OpenAI, Z.AI, and OpenRouter
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! OpenAI vendor — Codex OAuth via `~/.codex/auth.json` + the undocumented
//! `chatgpt.com/backend-api/wham/usage` endpoint. Reference:
//! `~/Projects/codexbar/codexbar` by the same author as claudebar.

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

pub use fetch::{FetchOutcome, fetch_snapshot};