ai_usagebar/commandcode/mod.rs
1//! Command Code (commandcode.ai) subscription usage integration.
2//!
3//! Command Code meters spend rather than tokens: two rolling windows priced in
4//! dollars, drawn against a monthly credit allowance. Credentials come from
5//! whichever agent harness on the machine is signed in — the official CLI or
6//! pi — and are only ever read.
7
8pub mod creds;
9pub mod fetch;
10pub mod types;
11pub mod vendor;