@visa/cli 4.1.0-rc.120 → 4.1.0-rc.121

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.
@@ -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.8'
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, enabled `checkout_agent_access`, and opted the MCP server into submission with
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa/cli",
3
- "version": "4.1.0-rc.120",
3
+ "version": "4.1.0-rc.121",
4
4
  "description": "Visa CLI runtime for stable agent identity and separately authorized payment capabilities",
5
5
  "bin": {
6
6
  "visa-cli": "./bin/visa-cli.js",
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.120",
4
+ "version": "4.1.0-rc.121",
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.120",
12
+ "version": "4.1.0-rc.121",
13
13
  "transport": {
14
14
  "type": "stdio"
15
15
  },