fix: remove legacy steer replacement hint

This commit is contained in:
Codex
2026-06-11 15:05:25 +00:00
parent 3d0faf557e
commit 4057e0e856
-1
View File
@@ -73,7 +73,6 @@ const agentRunQueueReplacementCommands = {
runEvents: "bun scripts/cli.ts agentrun events run/<runId> --after-seq 0 --limit 100",
runResult: "bun scripts/cli.ts agentrun result run/<runId> --command <commandId>",
sessionLogs: "bun scripts/cli.ts agentrun logs session/<sessionId> --tail 100",
sessionSteer: "bun scripts/cli.ts agentrun steer session/<sessionId> --prompt-stdin",
sessionSend: "bun scripts/cli.ts agentrun send session/<sessionId> --aipod Artificer --prompt-stdin",
taskAck: "bun scripts/cli.ts agentrun ack task/<taskId>",
taskCancel: "bun scripts/cli.ts agentrun cancel task/<taskId> --reason <text>",