Skip to content

Commit 515bc16

Browse files
AhmedTMMclaudelouisgv
authored
fix: add hint text and keybinding guidance to setup options prompt (#2557)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
1 parent 8a5908a commit 515bc16

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/cli/src/commands/interactive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ async function promptSetupOptions(agentName: string): Promise<Set<string> | unde
170170
}
171171

172172
const selected = await p.multiselect({
173-
message: "Setup options",
173+
message: "Setup options (↑/↓ navigate, space to select, enter to confirm)",
174174
options: filteredSteps.map((s) => ({
175175
value: s.value,
176176
label: s.label,

packages/cli/src/shared/agents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const COMMON_STEPS: OptionalStep[] = [
8080
{
8181
value: "github",
8282
label: "GitHub CLI",
83+
hint: "install gh + authenticate on the remote server",
8384
},
8485
{
8586
value: "reuse-api-key",

0 commit comments

Comments
 (0)