refactor: remove persistent reasoning traces from TUI history
This commit is contained in:
@@ -361,6 +361,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
|||||||
case agentResponseMsg:
|
case agentResponseMsg:
|
||||||
m.isThinking = false
|
m.isThinking = false
|
||||||
m.currentStream = ""
|
m.currentStream = ""
|
||||||
|
|
||||||
m.currentReasoning = ""
|
m.currentReasoning = ""
|
||||||
m.transientSteps = nil
|
m.transientSteps = nil
|
||||||
if msg.err != nil {
|
if msg.err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user