mirror of
https://github.com/openai/codex.git
synced 2026-09-17 12:23:33 +00:00
### Summary This PR adds first-class ephemeral support to thread/fork, bringing it in line with thread/start. The goal is to support one-off completions on full forked threads without persisting them as normal user-visible threads. ### Testing