co-mono/packages/web-ui/src/agent
Mario Zechner bbbc232c7c Implement unified storage architecture
- Replace fragmented storage backends with single IndexedDBStorageBackend
- Create multi-store StorageBackend interface (storeName parameter)
- Remove old backends: IndexedDBBackend, LocalStorageBackend, SessionIndexedDBBackend, WebExtensionStorageBackend
- Remove old repositories: ProviderKeysRepository, SessionRepository, SettingsRepository
- Simplify AppStorage to directly expose storage methods (getSetting/setSetting, getProviderKey/setProviderKey)
- Create SessionsRepository for session-specific operations
- Update all consumers to use new simplified API
- Update example app to use new storage architecture
- Benefits: 10GB+ quota (vs 10MB chrome.storage), single database, consistent API
2025-10-08 16:14:29 +02:00
..
transports Implement unified storage architecture 2025-10-08 16:14:29 +02:00
agent.ts Make message transformer async, expose i18n. 2025-10-07 17:49:23 +02:00
types.ts Refactor agent architecture and add session storage 2025-10-06 12:47:52 +02:00