feat(exec): add --fork option to codex exec

Add non-interactive session forking to codex exec and keep the CLI/help/tests aligned with the interactive fork behavior.
This commit is contained in:
Friel
2026-03-10 13:08:15 -07:00
parent 65f631c3d6
commit 8ee3a48601
8 changed files with 387 additions and 158 deletions

View File

@@ -3,6 +3,7 @@ mod add_dir;
mod apply_patch;
mod auth_env;
mod ephemeral;
mod fork;
mod mcp_required_exit;
mod originator;
mod output_schema;