@visa/cli 4.1.0-rc.210 → 4.1.0-rc.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -188,6 +188,10 @@ is required so the CLI never guesses which agent can spend.
188
188
  | `agent_capabilities` | Derived live capability map (identity, wallet, card, mail, tap, subway) with upgrade paths |
189
189
  | `setup_agent` | Next-step resolver for the wallet rail: `{state, nextAction, blockedBy, steps}`; never spends |
190
190
  | `agent_login` | Start/claim the owner's device account session (required before a grant) |
191
+ | `setup_start` | Start ONE resumable setup (identity + rails) in a single human approval; returns the review link and this device's half of the compare code |
192
+ | `setup_status` | Read the server's one `nextAction` for a setup operation, plus the cadence to poll it at |
193
+ | `setup_resume` | Put the review link and compare code back in front of the human after a restart or a closed tab |
194
+ | `setup_cancel` | Abandon a setup still waiting on the human; never undoes an approval |
191
195
  | `agent_connect` / `agent_connect_poll` | Initiate an owner-approved spending grant, then poll it to activation |
192
196
  | `wallet_status` | Delegated wallet address, network, and policy state |
193
197
  | `wallet_policy_set` | Set per-transaction / daily caps (with human approval) |