From 974802932048d88e3f2da55a3fabe73f1d7da41f Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 24 Nov 2025 09:09:10 -0800 Subject: [PATCH] disable codex unified_exec --- codex/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex/config.toml b/codex/config.toml index 99bb762..f7ca602 100644 --- a/codex/config.toml +++ b/codex/config.toml @@ -19,7 +19,7 @@ hide_gpt5_1_migration_prompt = true web_search_request = true streamable_shell = true apply_patch_freeform = true -unified_exec = true +unified_exec = false # [mcp_servers.file-edit] # command = "/Users/david/Github/file-edit-mcp/fileeditmcp"