fix: add bounded AgentRun event detail

This commit is contained in:
Codex
2026-07-12 08:12:57 +02:00
parent 0992b8f21d
commit 69192e3e2e
8 changed files with 633 additions and 6 deletions
+1
View File
@@ -76,6 +76,7 @@ export interface AgentRunResourceOptions {
commandId: string | null;
sessionId: string | null;
afterSeq: number | null;
eventDetailSeq: number | null;
tail: number | null;
fullText: boolean;
reason: string | null;