fix(tui): file completion quirks

This commit is contained in:
adamdottv
2025-06-18 15:51:21 -05:00
parent b62546f9ba
commit 91107f2889
4 changed files with 80 additions and 40 deletions
+3
View File
@@ -42,6 +42,9 @@ type SendMsg struct {
Text string
Attachments []Attachment
}
type CompletionDialogTriggerdMsg struct {
InitialValue string
}
func New(
ctx context.Context,