core-agent-ide/codex-rs/chatgpt
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
..
src chore: move top-level load_auth() to CodexAuth::from_codex_home() (#1966) 2025-08-07 16:49:37 -07:00
tests fix git tests (#1747) 2025-07-31 09:17:59 -07:00
Cargo.toml Auto format toml (#1745) 2025-07-30 18:37:00 -07:00
README.md Add codex apply to apply a patch created from the Codex remote agent (#1528) 2025-07-11 13:30:11 -04:00

ChatGPT

This crate pertains to first party ChatGPT APIs and products such as Codex agent.

This crate should be primarily built and maintained by OpenAI employees. Please reach out to a maintainer before making an external contribution.