From 88bf281dd9e52d85caaccb628520034783be7f98 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 31 Dec 2025 13:38:48 +0300 Subject: Feat: tool write_append --- tui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 6490629..c9788b7 100644 --- a/tui.go +++ b/tui.go @@ -1259,6 +1259,7 @@ func init() { // cannot send msg in editMode or botRespMode if event.Key() == tcell.KeyEscape && !editMode && !botRespMode { msgText := textArea.GetText() + // TODO: add shellmode command -> output to the chat history, or at least have an option if shellMode && msgText != "" { // In shell mode, execute command instead of sending to LLM executeCommandAndDisplay(msgText) -- cgit v1.2.3