update for v1.0.0#12
Merged
Merged
Conversation
hieu-w
reviewed
Jun 9, 2026
|
|
||
| For a one-off override without persisting, use `MM_ENV=dev mm login` (or `uat`). | ||
|
|
||
| To switch environments after a prior login, run `mm logout` or `mm reset` first, then `mm config set env`. |
There was a problem hiding this comment.
no need logout or reset, just run config set env
hieu-w
reviewed
Jun 9, 2026
| | `env` | `prod`, `dev`, or `uat` | | ||
| | `verbose` | `true` or `false` | | ||
| | `format` | `json`, `text`, `yaml`, `toml`, or `toon` | | ||
|
|
There was a problem hiding this comment.
should we mention that these config will be override by
env -> MM_ENV
verbose -> --verbose
format -> --json --toon
hieu-w
reviewed
Jun 9, 2026
|
|
||
| ### Note | ||
|
|
||
| - Set the target environment **before** signing in. To switch environments after login, run `mm logout` or `mm reset` first, then `mm config set env`. |
There was a problem hiding this comment.
no need to logout or reset, we can switch env
hieu-w
approved these changes
Jun 9, 2026
| 1. Ask the user which login method they want: MetaMask Mobile QR, Google, or Email. | ||
| 2. Execute login. | ||
| 3. Verify with token. | ||
| 1. Confirm the target environment with `mm config get env` (set with `mm config set env` before login if not `prod`). |
Member
There was a problem hiding this comment.
I don't think agent should confirm either during login or onboarding, the agent should always default to prod. User shouldn't even need to know there are different env.
Since it already has references added, power users, or users who want to debug can ask the agent to change the env.
| 3. Initialize wallet mode. | ||
| 4. Verify auth status. | ||
| 5. Show wallet address. | ||
| 2. Configure environment (if not using production). |
Comment on lines
+26
to
+37
| ## Configure Environment | ||
|
|
||
| Production (`prod`) is the default. Set the target environment **before** login if the user needs dev or uat: | ||
|
|
||
| ```bash | ||
| mm config get env | ||
| mm config set env dev | ||
| ``` | ||
|
|
||
| For a one-off override without persisting, use `MM_ENV=dev mm login` (or `uat`). | ||
|
|
||
| To switch environments, run `mm config set env <prod|dev|uat>`. |
Member
Author
|
Merged for now @AyushBherwani1998 to raise another PR with additional fixes |
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.
Update te skills for v1.0.0
Also add a way for it to check if the current version is up to date or not, both of the CLI and skills