@visa/cli 4.1.0-rc.119 → 4.1.0-rc.120
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 +1 -0
- package/dist/cli.js +301 -296
- package/dist/mcp-server/index.js +230 -225
- 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
|
@@ -210,6 +210,7 @@ visa receipt <receipt-id>
|
|
|
210
210
|
# Primary same-machine v2 identity pairing
|
|
211
211
|
visa agent enroll
|
|
212
212
|
visa agent enroll-claim
|
|
213
|
+
visa agent connect --authority both --ceiling 25 --per-transaction 1
|
|
213
214
|
|
|
214
215
|
# Existing-account session recovery (separate from identity pairing)
|
|
215
216
|
visa agent login
|