mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
Route unified-exec through exec-server
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -49,6 +49,8 @@ pub struct ConfigProfile {
|
||||
pub experimental_compact_prompt_file: Option<AbsolutePathBuf>,
|
||||
pub include_apply_patch_tool: Option<bool>,
|
||||
pub experimental_use_unified_exec_tool: Option<bool>,
|
||||
pub experimental_unified_exec_use_exec_server: Option<bool>,
|
||||
pub experimental_unified_exec_spawn_local_exec_server: Option<bool>,
|
||||
pub experimental_use_freeform_apply_patch: Option<bool>,
|
||||
pub tools_view_image: Option<bool>,
|
||||
pub tools: Option<ToolsToml>,
|
||||
|
||||
Reference in New Issue
Block a user