Commit ca259fd
committed
fix(chat): keep reasoning traces visible after the turn finishes
hideReasoning was !working(), so reasoning parts were filtered out of the
transcript the instant the turn went idle — you could only catch them
mid-stream and they vanished on completion. Reasoning already lives inside
the collapsible steps (collapsed by default), so there's no clutter cost
to keeping it: render it regardless of working state so the trace persists
and can be expanded and reviewed after the answer lands.1 parent e6ac9ab commit ca259fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| |||
0 commit comments