mirror of
https://github.com/openai/codex.git
synced 2026-05-04 05:11:37 +03:00
feat: custom-apply-patch with text shell output
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user