From 98e3a26b2a2dfc9da463074c1a909df947225583 Mon Sep 17 00:00:00 2001 From: Teknium Date: Mon, 23 Feb 2026 23:36:59 +0000 Subject: [PATCH] refactor: update user prompt in setup wizard for item selection - Modified the prompt in the setup wizard to clarify the selection process, instructing users to press SPACE to select items and ENTER to continue, enhancing user experience during configuration. --- hermes_cli/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermes_cli/setup.py b/hermes_cli/setup.py index 690b4e49a4..3d541ff130 100644 --- a/hermes_cli/setup.py +++ b/hermes_cli/setup.py @@ -158,7 +158,7 @@ def prompt_checklist(title: str, items: list, pre_selected: list = None) -> list pre_selected = [] print(color(title, Colors.YELLOW)) - print_info("Select the tools you want, then choose Continue.") + print_info("Press SPACE to select items, then ENTER on Continue.") print() try: