@@ -4320,7 +4320,6 @@ async fn feature_table_overrides_legacy_flags() -> std::io::Result<()> {
43204320 . await ?;
43214321
43224322 assert ! ( !config. features. enabled( Feature :: ApplyPatchFreeform ) ) ;
4323- assert ! ( !config. include_apply_patch_tool) ;
43244323
43254324 Ok ( ( ) )
43264325}
@@ -7505,7 +7504,6 @@ async fn test_precedence_fixture_with_o3_profile() -> std::io::Result<()> {
75057504 compact_prompt: None ,
75067505 forced_chatgpt_workspace_id: None ,
75077506 forced_login_method: None ,
7508- include_apply_patch_tool: true ,
75097507 web_search_mode: Constrained :: allow_any( WebSearchMode :: Cached ) ,
75107508 web_search_config: None ,
75117509 use_experimental_unified_exec_tool: !cfg!( windows) ,
@@ -7954,7 +7952,6 @@ async fn test_precedence_fixture_with_gpt3_profile() -> std::io::Result<()> {
79547952 compact_prompt : None ,
79557953 forced_chatgpt_workspace_id : None ,
79567954 forced_login_method : None ,
7957- include_apply_patch_tool : true ,
79587955 web_search_mode : Constrained :: allow_any ( WebSearchMode :: Cached ) ,
79597956 web_search_config : None ,
79607957 use_experimental_unified_exec_tool : !cfg ! ( windows) ,
@@ -8117,7 +8114,6 @@ async fn test_precedence_fixture_with_zdr_profile() -> std::io::Result<()> {
81178114 compact_prompt : None ,
81188115 forced_chatgpt_workspace_id : None ,
81198116 forced_login_method : None ,
8120- include_apply_patch_tool : true ,
81218117 web_search_mode : Constrained :: allow_any ( WebSearchMode :: Cached ) ,
81228118 web_search_config : None ,
81238119 use_experimental_unified_exec_tool : !cfg ! ( windows) ,
@@ -8265,7 +8261,6 @@ async fn test_precedence_fixture_with_gpt5_profile() -> std::io::Result<()> {
82658261 compact_prompt : None ,
82668262 forced_chatgpt_workspace_id : None ,
82678263 forced_login_method : None ,
8268- include_apply_patch_tool : true ,
82698264 web_search_mode : Constrained :: allow_any ( WebSearchMode :: Cached ) ,
82708265 web_search_config : None ,
82718266 use_experimental_unified_exec_tool : !cfg ! ( windows) ,
0 commit comments