prodex 0.49.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
18
use super::*;

#[path = "health_backoff.rs"]
mod health_backoff;
#[path = "health_circuit.rs"]
mod health_circuit;
#[path = "health_commit.rs"]
mod health_commit;
#[path = "health_performance.rs"]
mod health_performance;
#[path = "health_score.rs"]
mod health_score;

pub(crate) use self::health_backoff::*;
pub(crate) use self::health_circuit::*;
pub(crate) use self::health_commit::*;
pub(crate) use self::health_performance::*;
pub(crate) use self::health_score::*;