From 49423da081d6fdffb0bd7275e070a2edeb28e3b5 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Fri, 2 May 2025 09:24:24 -0500 Subject: feat: compact command with auto-compact --- internal/tui/components/chat/chat.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/tui/components/chat/chat.go') diff --git a/internal/tui/components/chat/chat.go b/internal/tui/components/chat/chat.go index d6eaecec9..52c9a4f71 100644 --- a/internal/tui/components/chat/chat.go +++ b/internal/tui/components/chat/chat.go @@ -23,6 +23,8 @@ type SessionClearedMsg struct{} type EditorFocusMsg bool +type CompactSessionMsg struct{} + func header(width int) string { return lipgloss.JoinVertical( lipgloss.Top, -- cgit v1.2.3