ai-usagebar 1.0.3

Omarchy/Waybar widgets + TUI for tracking multi-provider AI plan usage
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};