diff --git a/agent-wallet/quickstart.md b/agent-wallet/quickstart.md index 507d3bade80..a58ca12c5a9 100644 --- a/agent-wallet/quickstart.md +++ b/agent-wallet/quickstart.md @@ -40,7 +40,7 @@ npx skills add MetaMask/agent-skills When prompted, install `metamask-agent-wallet`. Reinstall skills if you previously installed an older version. -The current skills target CLI v5.3.0. +The current skills target CLI v5.4.0. ## 3. Complete setup diff --git a/agent-wallet/reference/commands.md b/agent-wallet/reference/commands.md index f465d36a811..5d8c2d74adb 100644 --- a/agent-wallet/reference/commands.md +++ b/agent-wallet/reference/commands.md @@ -528,7 +528,8 @@ mm config set List recent transactions for the active wallet or specific addresses. Each row includes chain name, chain ID, explorer link, and protocol when Accounts API metadata is present. When a pending wallet job matches an indexed transaction hash, the local CLI intent is -preserved on that row. +preserved on that row. Pending jobs that never reached the chain are excluded; +use `mm wallet requests list` to see stranded or expired requests. ```bash mm tx history [--addresses ] [--chain ] [--type ] [--limit ] @@ -539,7 +540,7 @@ mm tx history [--addresses ] [--chain ] [--type ] [--limi Look up a specific transaction by hash. ```bash -mm tx get +mm tx get --hash ``` Returns `TX_NOT_FOUND` for unknown hashes and `INVALID_TX_HASH` for malformed input.