Files
fusion/.changeset/fix-quick-chat-default-model.md
Fusion 60877e2991 fix(FN-2057): move DocumentsView base styles outside mobile media query
- Move the core DocumentsView, document group, and document card styles to global scope so they apply on desktop and tablet
- Keep the max-width: 768px block focused on mobile-only agent and skills layout overrides
- Preserve existing design tokens and interaction states while restoring expected non-mobile DocumentsView styling
2026-04-18 16:01:23 -07:00

507 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Auto-select first available model in quick chat when no agents exist

When opening the quick chat popup with no agents configured, the component automatically switches to "Model" mode but previously showed "Use default" with no actual model selected. This left the input disabled because no valid chat target existed.

Now when models load and there are no agents, the first available model is automatically selected, allowing the user to immediately start typing messages.