Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ linkStyle default opacity:0.5
address_book_controller --> base_controller;
address_book_controller --> controller_utils;
address_book_controller --> messenger;
ai_controllers --> base_controller;
ai_controllers --> messenger;
analytics_controller --> base_controller;
analytics_controller --> geolocation_controller;
analytics_controller --> messenger;
Expand Down
6 changes: 6 additions & 0 deletions packages/ai-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076))

### Removed

- **BREAKING:** Remove `AiDigestController` and related messenger/state exports. Digest fetch/validate lives on `AiDigestService`; clients construct the service and own freshness (e.g. React Query). ([#10089](https://github.com/MetaMask/core/pull/10089))
- Removed `AiDigestController`, `getDefaultAiDigestControllerState`, `aiDigestControllerName`, `AiDigestControllerState`, and controller action/event/messenger types.
- `AiDigestService.searchDigest` and `fetchFrontPageItem` now throw on an empty identifier (previously the controller).

## [1.0.0]

### Changed
Expand Down
4 changes: 0 additions & 4 deletions packages/ai-controllers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,13 @@
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/ai-controllers",
"lint:tsconfigs": "tsx ../../scripts/lint-tsconfigs/lint-tsconfigs.mts",
"lint:tsconfigs:fix": "tsx ../../scripts/lint-tsconfigs/lint-tsconfigs.mts --fix",
"messenger-action-types:check": "tsx ../../packages/messenger-cli/src/cli.ts --formatter oxfmt --esm --check",
"messenger-action-types:generate": "tsx ../../packages/messenger-cli/src/cli.ts --formatter oxfmt --esm --generate",
"since-latest-release": "../../scripts/since-latest-release.sh",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@metamask/base-controller": "^9.1.0",
"@metamask/messenger": "^2.0.0",
"@metamask/superstruct": "^3.4.1",
"@metamask/utils": "^11.12.0"
},
Expand Down

This file was deleted.

249 changes: 0 additions & 249 deletions packages/ai-controllers/src/AiDigestController.test.ts

This file was deleted.

Loading