mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08: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