From 7d2dfd3493272c8f0c1217779879a807a470d2ff Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 17 Sep 2025 20:37:12 -0600 Subject: [PATCH] Update pkg/cmd/agent-task/agent_task.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- pkg/cmd/agent-task/agent_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/agent-task/agent_task.go b/pkg/cmd/agent-task/agent_task.go index 6198d2ef8..d7259eb45 100644 --- a/pkg/cmd/agent-task/agent_task.go +++ b/pkg/cmd/agent-task/agent_task.go @@ -29,7 +29,7 @@ func NewCmdAgentTask(f *cmdutil.Factory) *cobra.Command { A task can be identified as argument in any of the following formats: - by pull request number, e.g. "123"; or - by session ID, e.g. "12345abc-12345-12345-12345-12345abc"; or - - by URL, e.g. "https://github.com/OWNER/REPO/pull/123/agent-sessions/12345bc-12345-12345-12345-12345abc"; + - by URL, e.g. "https://github.com/OWNER/REPO/pull/123/agent-sessions/12345abc-12345-12345-12345-12345abc"; Identifying tasks by pull request is not recommended for non-interactive use cases as there may be multiple tasks for a given pull request that require disambiguation.