@visa/cli 4.1.0-rc.120 → 4.1.0-rc.122
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 +13 -7
- package/dist/checkout-engine/live-fill-approval.d.ts +0 -11
- package/dist/checkout-engine/live-fill-approval.js +12 -31
- package/dist/checkout-engine/repo-env.d.ts +1 -1
- package/dist/checkout-engine/repo-env.js +1 -1
- package/dist/cli.js +323 -321
- package/dist/mcp-server/index.js +253 -251
- package/dist/skills/pair-visa-agent/SKILL.md +2 -3
- package/native/bin/win32-x64/visa-keychain-win.exe +0 -0
- package/package.json +1 -1
- package/server.json +2 -2
|
@@ -6,7 +6,7 @@ allowed-tools: Bash(visa:*) Bash(visa-cli:*) Bash(node:*) Bash(npm:*) Bash(npx:*
|
|
|
6
6
|
metadata:
|
|
7
7
|
author: visa
|
|
8
8
|
homepage: https://visacli.sh/agents
|
|
9
|
-
version: '0.6.
|
|
9
|
+
version: '0.6.9'
|
|
10
10
|
# OpenClaw-namespaced extension (agentskills.io keeps `metadata` free-form, so
|
|
11
11
|
# non-standard runtime config lives here — `user-invocable` is not a standard
|
|
12
12
|
# top-level field). OpenClaw auto-installs `install[]` when `requires.bins` are
|
|
@@ -425,8 +425,7 @@ org-wide AgentMail key off the runtime — provisioning happens only through
|
|
|
425
425
|
## Optional checkout profile (separate from pairing)
|
|
426
426
|
|
|
427
427
|
Pairing does not enable card checkout. If the operator has separately provisioned card
|
|
428
|
-
authority
|
|
429
|
-
`CHECKOUT_AGENT_ALLOW_SUBMIT=1`, the experimental `pay_merchant` flow also needs a local
|
|
428
|
+
authority and enabled `checkout_agent_access`, the experimental `pay_merchant` flow also needs a local
|
|
430
429
|
`~/.visa-mcp/contact.json` file. Collect every value from the human before the first review;
|
|
431
430
|
never infer or invent identity or address data. Write the file with mode `0600`.
|
|
432
431
|
|
|
Binary file
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
|
|
3
3
|
"name": "io.github.visa-crypto-labs/visa-cli",
|
|
4
|
-
"version": "4.1.0-rc.
|
|
4
|
+
"version": "4.1.0-rc.122",
|
|
5
5
|
"title": "Visa CLI",
|
|
6
6
|
"description": "Pair a human-approved agent identity, configure payment capabilities separately, and discover and pay x402 services from your AI coding assistant.",
|
|
7
7
|
"websiteUrl": "https://github.com/Visa-Crypto-Labs/Visa-mono/tree/main/packages/cli#readme",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"registryType": "npm",
|
|
11
11
|
"identifier": "@visa/cli",
|
|
12
|
-
"version": "4.1.0-rc.
|
|
12
|
+
"version": "4.1.0-rc.122",
|
|
13
13
|
"transport": {
|
|
14
14
|
"type": "stdio"
|
|
15
15
|
},
|