fix(models): consolidate provider and model into /model command

This commit is contained in:
Austin Pickett 2026-04-27 10:38:36 -04:00
parent ac0325c257
commit a0b62e0c5a
6 changed files with 83 additions and 34 deletions

View file

@ -662,7 +662,7 @@ export function useMainApp(gw: GatewayClient) {
const onModelSelect = useCallback((value: string) => {
patchOverlayState({ modelPicker: false })
slashRef.current(`/model ${value} --global`)
slashRef.current(`/model ${value}`)
}, [])
const hasReasoning = useTurnSelector(state => Boolean(state.reasoning.trim()))