Skip to content

Commit 619805c

Browse files
[exec] Enable update_plan tool
1 parent acb28bf commit 619805c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codex-rs/exec/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub async fn run_main(cli: Cli, codex_linux_sandbox_exe: Option<PathBuf>) -> any
146146
model_provider,
147147
codex_linux_sandbox_exe,
148148
base_instructions: None,
149-
include_plan_tool: None,
149+
include_plan_tool: Some(true),
150150
include_apply_patch_tool: None,
151151
include_view_image_tool: None,
152152
show_raw_agent_reasoning: oss.then_some(true),

0 commit comments

Comments
 (0)