feat: custom-apply-patch with text shell output

This commit is contained in:
Dylan Hurd
2025-10-03 23:56:34 -07:00
parent a95605a867
commit 9f73414da3
8 changed files with 196 additions and 12 deletions

View File

@@ -142,7 +142,7 @@ pub async fn run_main(
codex_linux_sandbox_exe,
base_instructions: None,
include_plan_tool: Some(true),
include_apply_patch_tool: None,
include_apply_patch_tool: cli.custom_apply_patch.then_some(true),
include_view_image_tool: None,
show_raw_agent_reasoning: cli.oss.then_some(true),
tools_web_search_request: cli.web_search.then_some(true),