tui: update lodos

This commit is contained in:
Matt Low 2024-03-14 06:01:16 +00:00
parent 3756f6d9e4
commit 29d8138dc0
1 changed files with 5 additions and 2 deletions

View File

@ -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"