feat(FN-3274): preserve first-turn reasoning in planning modal

This merge introduces visibility of the AI's first-turn reasoning in the planning modal (FN-3274), with corresponding regression tests, and removes all PI (Prompt Intelligence) install references and documentation from the codebase (FN-3309).

Fusion-Task-Id: FN-3274
This commit is contained in:
Fusion
2026-05-03 13:37:03 -07:00
committed by gsxdsm
parent 21504f6153
commit 9309c8cc95
4 changed files with 427 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix planning mode reasoning visibility: AI thinking output is now preserved as expandable conversation history when transitioning from the loading state to the first question or summary, and when resuming persisted sessions.