prodex-0.2.45 is not a library.
prodex
Safe multi-account auto-rotate for codex.
prodex wraps codex with isolated profiles, built-in quota checks, and seamless account rotation.
Why prodex
- auto-rotate to another ready account when the current one is quota-blocked or temporarily unhealthy
- keep each account isolated in its own
CODEX_HOME - preserve continuation affinity so ongoing chains stay on the right account
- keep transport behavior close to direct
codex
Install
Crate page: crates.io/crates/prodex
Quick Start
Import your current codex login:
Or create a profile through codex login:
Check quotas:
Run codex with safe auto-rotate:
Pin a specific profile when needed:
Core Commands
Notes
- one
prodexprofile = one isolatedCODEX_HOME prodex loginstill uses the realcodex loginflowprodex quotalive-refreshes every 5 seconds by default- Prodex-owned screens adapt to terminal width, and live views can also adapt to terminal height
For a slightly longer setup guide, see QUICKSTART.md.