Files
codex/codex-rs/tui/src/status
pakrym-oaiandGitHub 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
..
2025-11-19 10:49:35 -08:00
2025-09-25 15:38:50 +00:00
2025-09-25 15:12:25 -07:00
2026-01-08 11:43:56 -08:00