core-agent-ide/codex-rs/exec
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
..
src Immutable CodexAuth (#8857) 2026-01-08 11:43:56 -08:00
tests feat: introduce find_resource! macro that works with Cargo or Bazel (#8879) 2026-01-07 18:06:08 -08:00
Cargo.toml feat: introduce codex-utils-cargo-bin as an alternative to assert_cmd::Command (#8496) 2025-12-23 19:29:32 -08:00