mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-20 20:39:10 +00:00
* feat: add search provider settings page with 5 engine options Allow users to select their preferred search engine (Google, DuckDuckGo, Bing, Brave Search, Yahoo) from a new settings page. The selected provider drives search suggestions, search URL navigation, placeholder text, and analytics tracking. Replaces all hardcoded Google references with the stored preference. Adds Brave Search support, replacing Yandex. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add error handling for search provider storage writes Write to storage before updating React state so UI never diverges from persisted value on failure. Add try/catch in the settings page to show an error toast if the write fails. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>