-
Notifications
You must be signed in to change notification settings - Fork 7
Update skills for v4 #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yashovardhan
wants to merge
4
commits into
main
Choose a base branch
from
feat/v4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,65 @@ | ||
| # Changelog | ||
|
|
||
| All notable changes to the MetaMask Agent CLI Skills are documented here. | ||
|
|
||
| These skills track the [`@metamask/agentic-cli`](https://github.com/MetaMask/agentic) releases. | ||
| Each entry lists the skill `version` (frontmatter) and the CLI `cliVersion` it targets, | ||
| along with the user-facing CLI changes that motivated the skill update. Use this log to | ||
| catch up if you are on an older skill version — apply the entries above yours in order. | ||
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and the skills follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## [5.0.1] — targets CLI v4.0.1 | ||
|
|
||
| ### Removed | ||
|
|
||
| - **`metamask-agent-workflows` skill.** Its workflow templates were a subset of the | ||
| `metamask-agent-wallet` skill's `workflows/` directory (the wallet copies were also more | ||
| up-to-date). The repo now ships a single `metamask-agent-wallet` skill that bundles both the | ||
| reference docs and the workflow templates. Install it with | ||
| `npx skills add metaMask/agent-skills`. | ||
|
|
||
| ### Changed | ||
|
|
||
| - `references/doctor.md`: document that `mm doctor` now detects **project-local** MetaMask AI | ||
| skills when the global skill lock file (`~/.agents/.skill-lock.json`) exists but lacks | ||
| MetaMask entries. ([agentic#263](https://github.com/MetaMask/agentic/pull/263)) | ||
| - Bumped `cliVersion` to `4.0.1` across both skills and updated README. | ||
|
|
||
| ### Notes | ||
|
|
||
| - CLI v4.0.1 also improved Sentry error reporting and surfaced reportable failures in | ||
| Segment analytics ([agentic#264](https://github.com/MetaMask/agentic/pull/264)); these are | ||
| internal telemetry changes with no impact on the command surface, so no skill docs changed. | ||
|
|
||
| ## [5.0.0] — targets CLI v4.0.0 | ||
|
|
||
| ### Added | ||
|
|
||
| - BYOK (bring-your-own-key) parity for `mm init` and `mm wallet create`: persisted BYOK | ||
| wallets are registered server-side, prompt for a trading mode, and apply the server trading | ||
| policy — matching the server-wallet flow. ([agentic#246](https://github.com/MetaMask/agentic/pull/246)) | ||
|
|
||
| ### Fixed | ||
|
|
||
| - `mm predict` deposit-wallet setup no longer stalls with contradictory relayer errors when a | ||
| cached address was derived as legacy UUPS instead of BeaconProxy. | ||
| ([agentic#259](https://github.com/MetaMask/agentic/pull/259)) | ||
|
|
||
| ## Earlier CLI history | ||
|
|
||
| For CLI releases prior to v4.0.0, see the upstream | ||
| [`packages/agentic-cli/CHANGELOG.md`](https://github.com/MetaMask/agentic/blob/main/packages/agentic-cli/CHANGELOG.md). | ||
| Highlights that shaped the current skill surface: | ||
|
|
||
| - **v3.2.0** — confirmation prompts (with `--yes`) before `mm logout` / `mm reset`; npm update | ||
| notifier; `mm wallet list` refreshes the remote roster before listing. | ||
| - **v3.0.0** — **breaking:** `mm login google` / `mm login email` removed; use | ||
| `mm login browser` (Google or email via the MetaMask dashboard). Bridge `--refuel` added; | ||
| deposit preflight checks; auto-rehydrate on login. | ||
| - **v2.0.0** — **breaking:** wallet policy moved to `mm wallet policy get|set|template` | ||
| (`mm wallet show` / `create` return `policyYaml` instead of `policies`). Added `mm doctor`, | ||
| `mm transaction` history, and major CLI startup performance work. | ||
| - **v1.0.0** — `mm wallet add-fund` (QR funding), trading-mode get/set commands, and | ||
| `mm swap`/`mm predict` recipient support. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chaitanyapotti for you to review whether we want to use the template, or the auto-changelog package and validate via gh actions.