fix(tui): file completion quirks

This commit is contained in:
adamdottv
2025-06-18 15:51:21 -05:00
parent e054454109
commit 87d1d3fb62
4 changed files with 80 additions and 40 deletions

View File

@@ -42,6 +42,9 @@ type SendMsg struct {
Text string
Attachments []Attachment
}
type CompletionDialogTriggerdMsg struct {
InitialValue string
}
func New(
ctx context.Context,