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
Any official install path is fine as long as `codex` is on `PATH`: `npm i -g @openai/codex`, `brew install --cask codex`, or an official release binary.
76
+
75
77
</details>
76
78
77
79
<details>
@@ -106,6 +108,13 @@ npm i -g codex-multi-auth
106
108
codex auth login
107
109
```
108
110
111
+
If you already installed the official native CLI via Homebrew or a release binary, you only need:
112
+
113
+
```bash
114
+
npm i -g codex-multi-auth
115
+
codex auth login
116
+
```
117
+
109
118
Verify the wrapper and the new account:
110
119
111
120
```bash
@@ -274,7 +283,7 @@ codex auth login
274
283
<details>
275
284
<summary><b>Common symptoms</b></summary>
276
285
277
-
-`codex auth` unrecognized: run `where codex`, then follow `docs/troubleshooting.md` for routing fallback commands
286
+
-`codex auth` unrecognized: run `where codex` or `which codex`, then follow `docs/troubleshooting.md` for routing fallback commands
278
287
- Switch succeeds but wrong account appears active: run `codex auth switch <index>`, then restart session
279
288
- Requests fail fast with a pool cooldown message: wait for the cooldown window or inspect `codex auth status`
280
289
- Requests fail fast after repeated upstream 5xx errors: inspect `codex auth report --json` for runtime traffic and cooldown details
0 commit comments