diff options
| author | Dax Raad <[email protected]> | 2025-09-11 02:31:28 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-11 02:31:28 -0400 |
| commit | aa9ebe5d7cf0a188166e4af8e6245bf3161dca9f (patch) | |
| tree | 00e8e1d18a05350c3b35ab39ba3aab33103e4b05 /packages/tui/internal/components | |
| parent | 4c94753eda3714176a29c651e4bd43c5ff079c14 (diff) | |
| download | opencode-aa9ebe5d7cf0a188166e4af8e6245bf3161dca9f.tar.gz opencode-aa9ebe5d7cf0a188166e4af8e6245bf3161dca9f.zip | |
ignore: compacting
Diffstat (limited to 'packages/tui/internal/components')
| -rw-r--r-- | packages/tui/internal/components/chat/editor.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 != "" { |
