From aa9ebe5d7cf0a188166e4af8e6245bf3161dca9f Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 11 Sep 2025 02:31:28 -0400 Subject: ignore: compacting --- packages/tui/internal/components/chat/editor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/tui/internal/components/chat') diff --git a/packages/tui/internal/components/chat/editor.go b/packages/tui/internal/components/chat/editor.go index 121993927..dd24dcf15 100644 --- a/packages/tui/internal/components/chat/editor.go +++ b/packages/tui/internal/components/chat/editor.go @@ -385,7 +385,7 @@ func (m *editorComponent) Content() string { } else if m.app.IsBusy() { keyText := m.getInterruptKeyText() status := "working" - if m.app.Session.Time.Compacting > 0 { + if m.app.IsCompacting() { status = "compacting" } if m.app.CurrentPermission.ID != "" { -- cgit v1.2.3