refactor: remove persistent reasoning traces from TUI history

This commit is contained in:
Luxferre
2026-03-22 16:59:17 +02:00
parent 7f34e8a12c
commit 47f32a09f2
+1
View File
@@ -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 {