diff --git a/pkg/tui/tui.go b/pkg/tui/tui.go index fadb90d..85dc5e2 100644 --- a/pkg/tui/tui.go +++ b/pkg/tui/tui.go @@ -3,9 +3,12 @@ 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 +// - ability to continue or retry previous response // - conversation list view +// - change model +// - rename conversation +// - set system prompt +// - system prompt library? import ( "context"