core-agent-ide/codex-rs/cloud-tasks/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
..
app.rs cloud: status, diff, apply (#7614) 2025-12-05 21:39:23 +00:00
cli.rs cloud: default to current branch in cloud exec (#7460) 2025-12-18 17:44:38 +00:00
env_detect.rs Add cloud tasks (#3197) 2025-09-30 10:10:33 +00:00
lib.rs Immutable CodexAuth (#8857) 2026-01-08 11:43:56 -08:00
new_task.rs Add cloud tasks (#3197) 2025-09-30 10:10:33 +00:00
scrollable_diff.rs Add cloud tasks (#3197) 2025-09-30 10:10:33 +00:00
ui.rs cloud: status, diff, apply (#7614) 2025-12-05 21:39:23 +00:00
util.rs Immutable CodexAuth (#8857) 2026-01-08 11:43:56 -08:00