Skip to content

Commit 70a2175

Browse files
committed
Update help message to highlight 'Esc' key for stopping execution
1 parent 0b55301 commit 70a2175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mini-a-con.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ try {
716716
var conversationPath = getConversationPath()
717717
var conversationDisplay = (isString(conversationPath) && conversationPath.length > 0) ? conversationPath : "disabled"
718718
var lines = [
719-
"• Type a goal and press Enter to launch Mini-A. Hit 'Esc' to request stop during execution.",
719+
"• Type a goal and press Enter to launch Mini-A. Press " + colorifyText("Esc", accentColor) + colorifyText(" during execution to request a stop.", hintColor),
720720
"• Enter '" + colorifyText("\"\"\"", accentColor) + "' on a new line to compose multi-line goals.",
721721
"• Use Tab to complete slash commands and ↑/↓ to browse history saved at " + colorifyText(historyFilePath, accentColor) + ".",
722722
"• Conversation is stored at " + colorifyText(conversationDisplay, accentColor) + " (clear with /clear).",

0 commit comments

Comments
 (0)