Add extra config to StoredThread, leave empty for now (#27092)

This commit is contained in:
Boyang Niu
2026-06-08 17:38:35 -07:00
committed by GitHub
parent 8534912df9
commit e127a0cf99
18 changed files with 31 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ fn new_config(model: Option<String>, arg0_paths: Arg0DispatchPaths) -> anyhow::R
codex_home,
history: History::default(),
ephemeral: true,
extra_config: None,
file_opener: UriBasedFileOpener::VsCode,
codex_self_exe: arg0_paths.codex_self_exe,
codex_linux_sandbox_exe: arg0_paths.codex_linux_sandbox_exe,