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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
@metamask/ai-controllers 1.0.0
Changed
BREAKING:AiDigestController no longer caches fetchMarketInsights or fetchMarketOverview results (no TTL, eviction, or persisted marketInsights / marketOverview state). Each call is a passthrough to AiDigestService. Clients must own freshness. (#10020)
AiDigestControllerState is now an empty object (Record<string, never>).
The constructor no longer accepts a state option.
Bump @metamask/superstruct from ^3.1.0 to ^3.4.1 (#9754)
Removed
BREAKING: Remove MarketInsightsEntry, MarketOverviewEntry, CACHE_DURATION_MS, and MAX_CACHE_ENTRIES. Cache policy belongs to clients. (#10020)