core-agent-ide/codex-rs/chatgpt/src
Michael Bolin b991c04f86
chore: move top-level load_auth() to CodexAuth::from_codex_home() (#1966)
There are two valid ways to create an instance of `CodexAuth`:
`from_api_key()` and `from_codex_home()`. Now both are static methods of
`CodexAuth` and are listed first in the implementation.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/1966).
* #1971
* #1970
* __->__ #1966
* #1965
* #1962
2025-08-07 16:49:37 -07:00
..
apply_command.rs Fix flaky test (#1664) 2025-07-23 18:40:00 -04:00
chatgpt_client.rs Add support for a separate chatgpt auth endpoint (#1712) 2025-07-30 19:40:15 +00:00
chatgpt_token.rs chore: move top-level load_auth() to CodexAuth::from_codex_home() (#1966) 2025-08-07 16:49:37 -07:00
get_task.rs Add codex apply to apply a patch created from the Codex remote agent (#1528) 2025-07-11 13:30:11 -04:00
lib.rs Add codex apply to apply a patch created from the Codex remote agent (#1528) 2025-07-11 13:30:11 -04:00