Revert "chore: enable sub agents" (#11230)

Reverts openai/codex#11173
This commit is contained in:
jif-oai
2026-02-09 20:22:38 +00:00
committed by GitHub
parent c2c6bc90f8
commit c2bfd1e473
5 changed files with 12 additions and 97 deletions

View File

@@ -1634,11 +1634,6 @@ mod tests {
external_web_access: Some(true),
},
create_view_image_tool(),
create_spawn_agent_tool(),
create_send_input_tool(),
create_resume_agent_tool(),
create_wait_tool(),
create_close_agent_tool(),
] {
expected.insert(tool_name(&spec).to_string(), spec);
}
@@ -1806,11 +1801,6 @@ mod tests {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -1833,11 +1823,6 @@ mod tests {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -1862,11 +1847,6 @@ mod tests {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -1891,11 +1871,6 @@ mod tests {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -1917,11 +1892,6 @@ mod tests {
"request_user_input",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -1944,11 +1914,6 @@ mod tests {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -1970,11 +1935,6 @@ mod tests {
"request_user_input",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -1997,11 +1957,6 @@ mod tests {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -2048,11 +2003,6 @@ mod tests {
"apply_patch",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}
@@ -2076,11 +2026,6 @@ mod tests {
"request_user_input",
"web_search",
"view_image",
"spawn_agent",
"send_input",
"resume_agent",
"wait",
"close_agent",
],
);
}