core-agent-ide/codex-rs/exec/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
..
cli.rs Allow global exec flags after resume and fix CI codex build/timeout (#8440) 2026-01-05 22:12:09 +00:00
event_processor.rs Minor cleanup of codex exec output (#4585) 2025-10-02 14:17:42 -07:00
event_processor_with_human_output.rs feat(app-server): thread/rollback API (#8454) 2026-01-06 21:23:48 +00:00
event_processor_with_jsonl_output.rs [chore] add additional_details to StreamErrorEvent + wire through (#8307) 2025-12-24 10:07:38 -08:00
exec_events.rs [app-server] feat: add Declined status for command exec (#7101) 2025-11-21 09:19:39 -08:00
lib.rs Immutable CodexAuth (#8857) 2026-01-08 11:43:56 -08:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00