From cd70f682408c36ae4a3dfa4adddf6fa4feda3371 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 1 Oct 2025 17:49:34 -0700 Subject: [PATCH] tests --- codex-rs/core/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/config.rs b/codex-rs/core/src/config.rs index 4390d1e4d5..afc9ff0f2c 100644 --- a/codex-rs/core/src/config.rs +++ b/codex-rs/core/src/config.rs @@ -1079,7 +1079,7 @@ impl Config { .chatgpt_base_url .or(cfg.chatgpt_base_url) .unwrap_or("https://chatgpt.com/backend-api/".to_string()), - include_plan_tool: include_plan_tool.unwrap_or(true), + include_plan_tool: include_plan_tool.unwrap_or(false), include_apply_patch_tool: include_apply_patch_tool.unwrap_or(false), tools_web_search_request, use_experimental_streamable_shell_tool: cfg