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: docs/discovery.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,7 @@ The official repository README says each archive contains a single platform-name
61
61
- Browser login can fail in headless environments; OpenAI docs recommend device-code auth first.
62
62
- File-backed ChatGPT sessions refresh tokens automatically during use, so the dedicated `CODEX_HOME` must be writable if token refresh is required.
63
63
- Official docs describe copying `auth.json` for headless/CI workflows, but this project must not copy a normal user `~/.codex`; any login flow must use a dedicated project auth home.
64
-
-`CODEX_API_KEY` is supported by `codex exec`; this project must refuse API-key mode.
65
-
-`CODEX_ACCESS_TOKEN` is documented for trusted automation but must not be used by this adapter.
64
+
- This project uses only device-based ChatGPT login in the dedicated project auth home.
0 commit comments