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 -1
View File
@@ -376,7 +376,7 @@ export function renderEventLike(command: string, raw: Record<string, unknown>, o
hasMore: pageDisclosure.hasMore,
disclosure: {
output: "omitted; metadata only",
identity: "item.identity; detail afterSeq=item.seq-1",
identity: "item.identity; detail --detail-seq item.seq",
detail: pageDisclosure.detailCommand,
full: "--full",
raw: "--raw",