tui: update TODO

This commit is contained in:
Matt Low 2024-03-13 05:15:50 +00:00
parent 2cb1a0005d
commit 6ce42a77f9
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ package tui
// The terminal UI for lmcli, launched from the `lmcli chat` command // The terminal UI for lmcli, launched from the `lmcli chat` command
// TODO: // TODO:
// - binding to open selected message/input in $EDITOR // - binding to open selected message/input in $EDITOR
// - todo ability to continue or retry previous response
// - save messages to store
// - conversation list view
import ( import (
"context" "context"