prodex 0.2.45

Safe multi-account auto-rotate for Codex CLI with isolated CODEX_HOME profiles
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

cargo install prodex

Crate page: crates.io/crates/prodex

Quick Start

Import your current codex login:

prodex profile import-current main

Or create a profile through codex login:

prodex login

Check quotas:

prodex quota --all

Run codex with safe auto-rotate:

prodex run

Pin a specific profile when needed:

prodex run --profile second

Core Commands

prodex profile list
prodex use main
prodex quota --all
prodex quota --all --once
prodex doctor
prodex doctor --runtime
prodex run

Notes

  • one prodex profile = one isolated CODEX_HOME
  • prodex login still uses the real codex login flow
  • prodex quota live-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.