Update skills for CLI v3.2.0#21
Closed
andreolf wants to merge 1 commit into
Closed
Conversation
- Bump cliVersion pin to 3.2.0 (metamask-agent-wallet 4.1.0 -> 4.2.0, metamask-agent-workflows 4.0.0 -> 4.1.0) so `mm doctor` no longer reports the skills as incompatible with the current CLI release - Document confirmation prompts on `mm logout` and `mm reset` and the new `--yes` flag for non-interactive use (CLI 3.2.0) - Update QR login notes: `mm login qr` is now available in production (CLI 3.1.0), no longer returns COMING_SOON - Update README CLI version reference Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
AyushBherwani1998
approved these changes
Jul 3, 2026
Member
|
Closing for #22. Have cherry picked the commit for new release. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Updates both skills for
@metamask/agentic-cliv3.2.0. With CLI 3.2.0 installed,mm doctorcurrently reportscompatible: falsebecause the skills pincliVersion: 3.0.0.Changes
cliVersionpin to3.2.0in both skills; bump skill versions (metamask-agent-wallet4.1.0 -> 4.2.0,metamask-agent-workflows4.0.0 -> 4.1.0)mm logout/mm resetand the new--yesflag for non-interactive use (CLI 3.2.0, MetaMask/agentic#251)mm login qris now enabled in production (CLI 3.1.0, MetaMask/agentic#230), removed the staleCOMING_SOONcaveat🤖 Generated with Claude Code