From 29d8138dc0e2258a5d6159d22898069b768abd3c Mon Sep 17 00:00:00 2001 From: Matt Low Date: Thu, 14 Mar 2024 06:01:16 +0000 Subject: [PATCH] tui: update lodos --- pkg/tui/tui.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"