fix: 收敛 AgentRun 事件摘要输出

This commit is contained in:
Codex
2026-07-12 03:31:42 +02:00
parent c53781556a
commit 9a4848fb20
4 changed files with 498 additions and 41 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ export function agentRunHelpText(args: string[]): string {
].join("\n");
}
if (verb === "events") {
return "Usage: bun scripts/cli.ts agentrun events run/<runId> [--after-seq N] [--limit 100] [-o json|yaml] [--raw]";
return "Usage: bun scripts/cli.ts agentrun events run/<runId> [--after-seq N] [--limit 100] [-o json|yaml] [--full|--raw]";
}
if (verb === "logs") {
return "Usage: bun scripts/cli.ts agentrun logs session/<sessionId> [--tail 100|--after-seq N] [--limit 100] [--full-text] [-o json|yaml] [--raw]";