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
Remove the StyledSelect FAST/THINKING control from AsyncDashboard2 input bar.
Keep sending a fixed model name (default FAST) on WebSocket sends so the backend contract stays intact.
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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
StyledSelectFAST/THINKING control fromAsyncDashboard2input bar.FAST) on WebSocket sends so the backend contract stays intact.Acceptance criteria
modelName.