mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
I think this might help with https://github.com/openai/codex/pull/7033 because `create_approval_requirement_for_command()` will soon need access to `Session.state`, which is a `tokio::sync::Mutex` that needs to be accessed via `async`.