diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-31 13:38:48 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-31 13:38:48 +0300 |
| commit | 88bf281dd9e52d85caaccb628520034783be7f98 (patch) | |
| tree | 6bc2a5cb4503fd7b837ba5a6be0292065057a804 /tui.go | |
| parent | 1022b099e43406fc329010e23ecb23c7167f438b (diff) | |
Feat: tool write_append
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
