mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Add extra config to StoredThread, leave empty for now (#27092)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user