mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
feat: cascade logs for multi-agents in /feedback
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user