You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Firefox compatibility and fix LAN/WiFi IP connectivity
- Add webextension-polyfill for cross-browser API support
- Replace chrome.* APIs with browser.* polyfill throughout codebase
- Use <all_urls> host permission for Firefox LAN IP support
- Add robust browser detection and Firefox-specific error handling
- Fix connectivity to Ollama servers on local network IPs (192.168.x.x, etc.)
Fixes Firefox connection issues with LAN/WiFi IPs by using proper host
permissions and cross-browser API abstraction.
0 commit comments