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 already-published `v1.2.3` rebuild and lands the post-merge review fixes that were raised afterward.
6
+
7
+
## Scope
8
+
9
+
- Current package version in `package.json` is `1.2.4`.
10
+
- Canonical command family remains `codex auth ...`.
11
+
- Canonical package name remains `codex-multi-auth`.
12
+
- This patch is prepared from `main` after merge commit `c1da059852d698fd53014b9b529eeeeb2db1d39d`.
13
+
14
+
## What Changed
15
+
16
+
- preserved standalone `config.json` values when unified settings are malformed, and hardened unified-settings writes so invalid primaries can be rebuilt safely without masking real unreadable-file errors
17
+
- retried flagged-account primary, backup, and legacy reads before fallback so transient Windows file locks do not trigger unnecessary recovery paths
18
+
- avoided capability-policy failure penalties on fallback stream-failover `429` responses
19
+
- retried shadow-home sync-back renames in the Codex wrapper so transient `EBUSY` and `EPERM` locks do not drop auth-state sync
20
+
- removed scheduler-fragile midpoint assertions from quota-refresh CLI tests and tightened dashboard/unified-settings regressions around the real legacy/unified read paths
21
+
22
+
## Validation
23
+
24
+
-`npm run lint`
25
+
-`npm run typecheck`
26
+
-`npm run build`
27
+
-`npm test`
28
+
- Full suite passed: `222/222` files, `3307/3307` tests
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.3",
3
+
"version": "1.2.4",
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