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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ If browser launch is blocked, use the alternate login paths in [docs/getting-sta
163
163
- active requests use a bounded outbound request budget so one prompt cannot walk the full pool indefinitely
164
164
- repeated cross-account 5xx bursts trigger a short cooldown instead of continuing aggressive rotation
165
165
- proactive refresh is staggered to reduce background refresh bursts
166
-
-`codex auth status` and `codex auth report --json`surface recent runtime request metrics and active cooldown windows
166
+
-`codex auth status`surfaces recent runtime request metrics in text output, and `codex auth report --json`exposes the machine-readable cooldown/runtime snapshot
167
167
168
168
---
169
169
@@ -277,6 +277,7 @@ codex auth login
277
277
- Switch succeeds but wrong account appears active: run `codex auth switch <index>`, then restart session
278
278
- Requests fail fast with a pool cooldown message: wait for the cooldown window or inspect `codex auth status`
279
279
- Requests fail fast after repeated upstream 5xx errors: inspect `codex auth report --json` for runtime traffic and cooldown details
280
+
- Storage cleanup fails with `EBUSY` / `EPERM` (Windows): run `codex auth doctor --fix` to retry, or manually remove `~/.codex/multi-auth/<project-key>/` and re-login
280
281
- OAuth callback on port `1455` fails: free the port and re-run `codex auth login`
281
282
- Browser launch is blocked or you are in a headless shell: re-run `codex auth login --manual` or set `CODEX_AUTH_NO_BROWSER=1`
282
283
-`missing field id_token` / `token_expired` / `refresh_token_reused`: re-login affected account
0 commit comments