prodex 0.32.0

OpenAI profile pooling and safe auto-rotate for Codex CLI and Claude Code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
use super::*;

mod copy;
mod entries;
mod history;
mod migration;
mod ops;
mod prepare;

pub(crate) use self::copy::copy_codex_home;
use self::copy::*;
use self::entries::*;
use self::history::*;
use self::migration::*;
pub(crate) use self::ops::create_codex_home_if_missing;
use self::ops::*;
pub(crate) use self::prepare::prepare_managed_codex_home;