From 6ce42a77f9774357e17c64ddfef20547971e441e Mon Sep 17 00:00:00 2001 From: Matt Low Date: Wed, 13 Mar 2024 05:15:50 +0000 Subject: [PATCH] tui: update TODO --- pkg/tui/tui.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/tui/tui.go b/pkg/tui/tui.go index dee11b1..29d4732 100644 --- a/pkg/tui/tui.go +++ b/pkg/tui/tui.go @@ -3,6 +3,9 @@ package tui // The terminal UI for lmcli, launched from the `lmcli chat` command // TODO: // - binding to open selected message/input in $EDITOR +// - todo ability to continue or retry previous response +// - save messages to store +// - conversation list view import ( "context"