mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The mobile preferences modal split CombinedModelSelector's onSelect into separate onSelectProvider and onSelectModel calls, but onSelectProvider was never passed from DraftAgentStatusBar — so selecting a non-cloud provider was silently ignored while only the model ID updated. Add onSelectProviderAndModel prop to ControlledStatusBar and use it on the mobile path, matching the web path's atomic behavior.