Fix peer chat queue sync

This commit is contained in:
Codex
2026-05-23 19:51:12 +08:00
committed by ekko
parent 7b05731d44
commit 238dbb507e
7 changed files with 53 additions and 12 deletions
+1
View File
@@ -57,6 +57,7 @@ export interface RunEvent {
role?: string
content?: string
timestamp?: number
queued?: boolean
}
}