You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch release follows the merged rebuild from PR `#387` and publishes the consolidated request-reliability, runtime observability, and storage-hardening fixes as `1.2.5`.
6
+
7
+
## Scope
8
+
9
+
- Published package version: `1.2.5`
10
+
- Merged PR: `#387``release: rebuild open main PR wave with review fixes`
11
+
- Merge commit on `main`: `519e9dffdadef29699f56c361974b68539f4a887`
12
+
- Previous stable release: `v1.2.4`
13
+
14
+
## What Changed
15
+
16
+
- added runtime request traffic, cooldown, selection-reason, and storage-health observability to `codex auth status` and `codex auth report --json`
17
+
- added safer live report controls with `--max-accounts`, `--max-probes`, and `--cached-only` so operators can inspect state without probing the full pool
18
+
- disabled default whole-pool replay when every account is rate-limited and capped outbound request attempts per prompt to prevent runaway cross-account retries
19
+
- tightened retry and failover behavior for 429s, upstream 5xx bursts, empty responses, and stream replay so partial output is not re-emitted and aggressive rotation cools down sooner
20
+
- hardened rate-limit handling by keeping persisted cooldown state visible, narrowing 404 remapping to structured quota signals, and feeding overload-style server responses back into quota deferral
21
+
- improved Windows and storage safety with storage-health inspection, atomic cache/runtime snapshot writes, quieter WAL recovery checks, and retried `EBUSY` / `EPERM` account cleanup
22
+
- protected live-sync and session-affinity state from stale overlapping writes and expanded regression coverage across retry, observability, storage, and concurrency edge cases
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "codex-multi-auth",
3
-
"version": "1.2.4",
3
+
"version": "1.2.5",
4
4
"description": "Multi-account OAuth manager and codex auth wrapper for the official @openai/codex CLI, with switching, health checks, and recovery tools",
0 commit comments