docs: prefer stdin AgentRun queue handoff
This commit is contained in:
@@ -4308,7 +4308,7 @@ export function CodeQueuePage({ microservices, onRaw, apiBaseUrl = "/api", initi
|
||||
h("p", null, "新任务请使用 AgentRun Queue;本页保留历史任务、Trace 和排障查看。"),
|
||||
h("div", { className: "codex-freeze-command-grid" },
|
||||
h("code", null, "bun scripts/cli.ts agentrun v01 queue commander --reader-id cli"),
|
||||
h("code", null, "bun scripts/cli.ts agentrun v01 queue submit --json-file <task.json>"),
|
||||
h("code", null, "bun scripts/cli.ts agentrun v01 queue submit --json-stdin <<'JSON'"),
|
||||
h("code", null, "bun scripts/cli.ts agentrun v01 sessions trace <sessionId> --after-seq 0 --limit 100"),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user