Remove FAST/THINKING model dropdown from chat composer #106

Closed
opened 2026-08-04 10:16:13 -07:00 by westfarn · 0 comments
Owner

Summary

Remove the FAST / THINKING model dropdown from the chat composer. Mode choice is not a product decision for end users right now; the UI previously dropped this selector and it was reintroduced in a QoL pass.

Changes

  1. Remove the StyledSelect FAST/THINKING control from AsyncDashboard2 input bar.
  2. Keep sending a fixed model name (default FAST) on WebSocket sends so the backend contract stays intact.
  3. Drop unused select styles / form field wiring tied only to the dropdown.

Acceptance criteria

  • Chat input bar no longer shows a FAST/THINKING dropdown.
  • Messages still send successfully with a fixed modelName.
  • Related tests still pass (update any that assume a visible selector).
## Summary Remove the FAST / THINKING model dropdown from the chat composer. Mode choice is not a product decision for end users right now; the UI previously dropped this selector and it was reintroduced in a QoL pass. ## Changes 1. Remove the `StyledSelect` FAST/THINKING control from `AsyncDashboard2` input bar. 2. Keep sending a fixed model name (default `FAST`) on WebSocket sends so the backend contract stays intact. 3. Drop unused select styles / form field wiring tied only to the dropdown. ## Acceptance criteria - [ ] Chat input bar no longer shows a FAST/THINKING dropdown. - [ ] Messages still send successfully with a fixed `modelName`. - [ ] Related tests still pass (update any that assume a visible selector).
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#106