ai-usagebar 1.4.0

Omarchy/Waybar widgets + TUI for tracking multi-provider AI plan usage
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Cursor — premium-request quota read from the local Cursor IDE session
//! token (`state.vscdb`) against the undocumented `cursor.com/api/usage`
//! endpoint the Cursor dashboard itself calls. See `db.rs` for the token
//! source and `fetch.rs`/`types.rs` for the wire call and schema.

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

pub use fetch::{FetchOutcome, fetch_snapshot};