fix(FN-2045): keep quick chat open when selecting model override

- Add regression coverage for QuickChatFAB to ensure model dropdown selection does not dismiss the chat panel
- Verify selected model override is preserved and sent to createChatSession with provider and model id
- Add a patch changeset for @gsxdsm/fusion documenting the quick chat model-selection dismissal fix
This commit is contained in:
Fusion
2026-04-18 00:27:26 -07:00
committed by gsxdsm
parent a486b5c15c
commit ddbb60e297
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": patch
---
Fix quick chat panel dismissing when selecting a model from the dropdown.