@visa/cli 4.1.0-rc.195 → 4.1.0-rc.196
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 +2 -0
- package/dist/cli.js +354 -357
- package/dist/mcp-server/index.js +280 -283
- package/native/bin/win32-x64/visa-keychain-win.exe +0 -0
- package/package.json +2 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -137,6 +137,8 @@ visa wallet fund --agent <agent-id> # funding instructions
|
|
|
137
137
|
|
|
138
138
|
Fund the wallet with USDC only after limits are set. Payments are gasless — no ETH is ever needed. Mainnet (Base) is the production default; set `VISA_V4_NETWORK=base-sepolia` for testnet, where `visa wallet fund` points at the faucet.
|
|
139
139
|
|
|
140
|
+
Updating wallet limits preserves the active session budget window and its spent exposure. Reapplying the same limits is a no-op; `wallet limits` does not provide an implicit session-spend reset.
|
|
141
|
+
|
|
140
142
|
## Discover and pay
|
|
141
143
|
|
|
142
144
|
```bash
|