mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 19:16:22 +00:00
chrome.storage.session and its onChanged listener may not work reliably across all extension page contexts in BrowserOS. Switched to local storage with WXT's storage.defineItem and .watch() which are proven to work in this codebase (used by stopAgentStorage, searchActionsStorage, etc). Simpler: single map, WXT handles cross-context change notifications.