From 9f63b77fb2c9e1f555948dbccd2abb3a865ee9d0 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 1 Oct 2025 17:52:13 -0700 Subject: [PATCH] tests --- codex-rs/core/src/config.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codex-rs/core/src/config.rs b/codex-rs/core/src/config.rs index 4390d1e4d5..f8f2e0990e 100644 --- a/codex-rs/core/src/config.rs +++ b/codex-rs/core/src/config.rs @@ -1842,7 +1842,7 @@ model_verbosity = "high" model_verbosity: None, chatgpt_base_url: "https://chatgpt.com/backend-api/".to_string(), base_instructions: None, - include_plan_tool: false, + include_plan_tool: true, include_apply_patch_tool: false, tools_web_search_request: false, use_experimental_streamable_shell_tool: false, @@ -1903,7 +1903,7 @@ model_verbosity = "high" model_verbosity: None, chatgpt_base_url: "https://chatgpt.com/backend-api/".to_string(), base_instructions: None, - include_plan_tool: false, + include_plan_tool: true, include_apply_patch_tool: false, tools_web_search_request: false, use_experimental_streamable_shell_tool: false, @@ -1979,7 +1979,7 @@ model_verbosity = "high" model_verbosity: None, chatgpt_base_url: "https://chatgpt.com/backend-api/".to_string(), base_instructions: None, - include_plan_tool: false, + include_plan_tool: true, include_apply_patch_tool: false, tools_web_search_request: false, use_experimental_streamable_shell_tool: false, @@ -2041,7 +2041,7 @@ model_verbosity = "high" model_verbosity: Some(Verbosity::High), chatgpt_base_url: "https://chatgpt.com/backend-api/".to_string(), base_instructions: None, - include_plan_tool: false, + include_plan_tool: true, include_apply_patch_tool: false, tools_web_search_request: false, use_experimental_streamable_shell_tool: false,