gsxdsm
d74018ff81
FN-7974: collapse chat thinking blocks by default
Collapse Thinking reasoning blocks by default so chat transcripts stay scannable without manually closing each block.
- Remove the open attribute from TaskChatTab thinking details so blocks start collapsed
- Strengthen ChatView and TaskChatTab tests for collapsed-by-default and expand-on-click across persisted, streaming, and Task Detail surfaces
- Add a patch changeset for the operator-facing transcript UX fix
Files changed:
.changeset/fn-7974-collapse-thinking.md | 7 ++++++
packages/dashboard/app/components/TaskChatTab.tsx | 6 ++++-
.../__tests__/ChatView.core-interactions.test.tsx | 26 +++++++++++++++++-----
.../app/components/__tests__/TaskChatTab.test.tsx | 13 +++++++----
4 files changed, 41 insertions(+), 11 deletions(-)
Fusion-Task-Id: FN-7974
Fusion-Task-Lineage: 7cd9009f-3483-444c-8024-ed6b1cec3b89
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-15 14:15:50 -07:00
..
2026-07-15 14:01:08 -07:00
2026-07-13 10:32:12 -07:00
2026-07-15 14:06:42 -07:00
2026-07-15 14:15:50 -07:00
2026-07-15 13:56:10 -07:00
2026-07-13 10:32:12 -07:00
2026-07-15 14:01:08 -07:00
2026-07-15 14:06:42 -07:00
2026-07-13 10:32:12 -07:00
2026-07-13 10:32:12 -07:00
2026-06-08 15:19:27 -07:00
2026-07-15 08:44:11 -07:00