From 87d1d3fb62c45684d38c29f075d0742b9546ee28 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:51:21 -0500 Subject: fix(tui): file completion quirks --- packages/tui/internal/app/app.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/tui/internal/app') diff --git a/packages/tui/internal/app/app.go b/packages/tui/internal/app/app.go index 940ac7b2f..6f0733aa3 100644 --- a/packages/tui/internal/app/app.go +++ b/packages/tui/internal/app/app.go @@ -42,6 +42,9 @@ type SendMsg struct { Text string Attachments []Attachment } +type CompletionDialogTriggerdMsg struct { + InitialValue string +} func New( ctx context.Context, -- cgit v1.2.3