feat: cascade logs for multi-agents in /feedback

This commit is contained in:
jif-oai
2026-03-19 13:53:16 +00:00
parent aeb382d350
commit ba5c832133

View File

@@ -149,7 +149,7 @@ ON CONFLICT(child_thread_id) DO UPDATE SET
&self,
root_thread_id: ThreadId,
) -> anyhow::Result<Vec<ThreadId>> {
self.list_thread_spawn_descendants_matching(root_thread_id, None)
self.list_thread_spawn_descendants_matching(root_thread_id, /*status*/ None)
.await
}