diff --git a/pkg/cmd/agent-task/view/view.go b/pkg/cmd/agent-task/view/view.go index 6dc5b6cf9..c501f28b3 100644 --- a/pkg/cmd/agent-task/view/view.go +++ b/pkg/cmd/agent-task/view/view.go @@ -185,7 +185,7 @@ func viewRun(opts *ViewOptions) error { } opts.IO.StopProgressIndicator() - selected, err := opts.Prompter.Select("Select a session", options[0], options) + selected, err := opts.Prompter.Select("Select a session", "", options) if err != nil { return err }