mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix main (#30276)
Introduced by a merge race around thread.history_mode.
This commit is contained in:
committed by
GitHub
Unverified
parent
5267e805fb
commit
f91334380e
@@ -9197,6 +9197,7 @@ async fn attach_in_memory_thread_store(
|
||||
dynamic_tools: Vec::new(),
|
||||
selected_capability_roots: Vec::new(),
|
||||
multi_agent_version: None,
|
||||
history_mode: Default::default(),
|
||||
initial_window_id: Uuid::now_v7().to_string(),
|
||||
metadata: ThreadPersistenceMetadata {
|
||||
cwd: Some(config.cwd.to_path_buf()),
|
||||
|
||||
Reference in New Issue
Block a user