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
Introduce sealed local-history support and persistence for provider usage. Adds a HistoryStore API with Memory and SQLite implementations, payload composition/sealing, and helper utilities (days, payload, compose, seal). Integrates history into the engine: EngineService persists live scans, falls back to composed history on refresh failures, and accepts a history DB path (USAGEATLAS_HISTORY_DB) from the main process. Updates provider adapters to surface accountKey and history lookback, extends sqlite platform API, and updates renderer UI (provider marks/logos, model-mix) and styles. Adds tests for history behavior, updates contracts with HISTORY_* types/constants, docs (README/VISION), and CI checks for PostHog secrets.
0 commit comments