Files
BrowserOS/packages
shivammittal274 d9e249bb23 fix: switch from chrome.storage.session to WXT local storage
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.
2026-03-19 00:48:29 +05:30
..
2026-03-12 14:24:07 -07:00