fix: add bounded AgentRun event detail
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user