mirror of
https://github.com/openai/codex.git
synced 2026-04-28 08:34:54 +00:00
A thread can now be spawned by another thread. In order to process the approval requests of such sub-threads, we need to detect those event and show them in the TUI. This is a temporary solution while the UX is being figured out. This PR should be reverted once done