fix: add bounded AgentRun task input drill-down

This commit is contained in:
Codex
2026-07-12 05:34:05 +02:00
parent 3b9dc4c3ef
commit 2680ef6462
8 changed files with 308 additions and 6 deletions
+1
View File
@@ -831,6 +831,7 @@ function agentRunHelpSummary(): unknown {
usage: [
"bun scripts/cli.ts agentrun get tasks --queue commander --limit 20",
"bun scripts/cli.ts agentrun describe task/<taskId>",
"bun scripts/cli.ts agentrun describe task/<taskId> --input -o json",
"bun scripts/cli.ts agentrun events run/<runId> --after-seq 0 --limit 100",
"bun scripts/cli.ts agentrun logs session/<sessionId> --tail 100",
"bun scripts/cli.ts agentrun result run/<runId> --command <commandId>",