From 50ef18644ba56e642d37d2930075c34bb5fc8afc Mon Sep 17 00:00:00 2001 From: teknium1 Date: Tue, 17 Feb 2026 22:53:48 -0800 Subject: [PATCH] Update multiline input instructions in HermesCLI - Revised user instructions to reflect the removal of the Ctrl+Enter key binding for new lines, simplifying the input method. - Clarified that Alt+Enter is now the sole key for multi-line input, enhancing user experience. --- cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.py b/cli.py index 798ea08b..986ff8ab 100755 --- a/cli.py +++ b/cli.py @@ -831,7 +831,7 @@ class HermesCLI: print() print(" Tip: Just type your message to chat with Hermes!") - print(" Multi-line: Ctrl+Enter or Alt+Enter for a new line") + print(" Multi-line: Alt+Enter for a new line") print() def show_tools(self):