diff --git a/cmd/sidekick-tui/main.go b/cmd/sidekick-tui/main.go index 3774175..39f8d06 100644 --- a/cmd/sidekick-tui/main.go +++ b/cmd/sidekick-tui/main.go @@ -361,6 +361,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) { case agentResponseMsg: m.isThinking = false m.currentStream = "" + m.currentReasoning = "" m.transientSteps = nil if msg.err != nil {