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 release supersedes the open `main`-target PR wave with one rebuilt, validated integration branch.
6
+
7
+
## Scope
8
+
9
+
- Current package version in `package.json` is `1.2.3`.
10
+
- Canonical command family remains `codex auth ...`.
11
+
- Canonical package name remains `codex-multi-auth`.
12
+
- The release branch rebuild starts from `origin/main` commit `cbce5f5c3c5588c08a388d600306366ccb95a6a7`.
13
+
14
+
## What Changed
15
+
16
+
- remediated the `audit:ci` dependency findings and refreshed the lockfile on current `main`
17
+
- fixed ready-first account ordering, including the menu auto-refresh race that could re-skip a later refresh
18
+
- hardened the Codex wrapper compatibility path so unsupported reasoning-effort config is rewritten correctly, staged auth state syncs back before cleanup, and cleanup-failure tests do not rely on source rewriting
19
+
- fixed usage-limit cooldown persistence across account state, fallback 429 handling, and quota scheduling without dropping secondary quota state
20
+
- carried forward the config validation, unified-settings backup recovery, and flagged-backup recovery hardening from the older config/storage PR lane
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.2",
3
+
"version": "1.2.3",
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