feat(tui): add multiline paste mode in minimal UI

This commit is contained in:
William Valentin
2026-02-22 23:30:28 -08:00
parent 8411641061
commit 266c37b353
6 changed files with 107 additions and 1 deletions
+4
View File
@@ -713,6 +713,10 @@ export function App({
return;
}
case 'multiline':
pushAssistantMessage('Multiline compose mode is currently available in minimal TUI only. In fullscreen mode, submit as a single message block.');
return;
case 'message':
break;