Introduced by a merge race around thread.history_mode.
This commit is contained in:
Owen Lin
2026-06-26 11:05:00 -07:00
committed by GitHub
Unverified
parent 5267e805fb
commit f91334380e
+1
View File
@@ -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()),