feat: shift+enter multi-line input support (#405)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-28 00:55:31 -08:00
committed by GitHub
parent 1f2b91b043
commit 2d61f335af
9 changed files with 703 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ export function HelpDialog({ onClose }: HelpDialogProps) {
{ keys: "Tab", description: "Autocomplete command or file path" },
{ keys: "↓", description: "Navigate down / next command in history" },
{ keys: "↑", description: "Navigate up / previous command in history" },
{ keys: "Shift+Enter", description: "Insert newline (multi-line input)" },
{ keys: "Opt+Enter", description: "Insert newline (alternative)" },
{
keys: "Ctrl+C",
description: "Interrupt operation / exit (double press)",