core-agent-ide/codex-rs/chatgpt/src
pakrym-oai 634764ece9
Immutable CodexAuth (#8857)
Historically we started with a CodexAuth that knew how to refresh it's
own tokens and then added AuthManager that did a different kind of
refresh (re-reading from disk).

I don't think it makes sense for both `CodexAuth` and `AuthManager` to
be mutable and contain behaviors.

Move all refresh logic into `AuthManager` and keep `CodexAuth` as a data
object.
2026-01-08 11:43:56 -08:00
..
apply_command.rs chore: cleanup Config instantiation codepaths (#8226) 2025-12-17 18:01:17 -08:00
chatgpt_client.rs [Auth] Choose which auth storage to use based on config (#5792) 2025-10-27 19:41:49 -07:00
chatgpt_token.rs Immutable CodexAuth (#8857) 2026-01-08 11:43:56 -08: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