Skip to content

821.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 17:19
c4cf733

@metamask/ai-controllers 0.1.0

Added

  • Initial release (#7693)
  • Add AiDigestController for fetching and caching AI-generated asset digests (#7746)
  • Add Market Insights support to AiDigestController with fetchMarketInsights action (#7930)
  • Add searchDigest method to AiDigestService for calling the GET endpoint (currently mocked) (#7930)

Changed

  • Validate searchDigest API responses and throw when the payload does not match the expected MarketInsightsReport shape.
  • Normalize searchDigest responses from either direct report payloads or digest envelope payloads.

Removed

  • Remove legacy digest APIs and digest cache from AiDigestController and AiDigestService; only market insights APIs remain.
    • Removes fetchDigest, clearDigest, and clearAllDigests actions from the controller action surface.
    • Removes DigestData/DigestEntry types and the digests state branch.