@visa/cli 4.1.0-rc.30 → 4.1.0-rc.32
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/dist/cli.js +244 -240
- package/dist/mcp-server/index.js +175 -171
- package/dist/skills/pair-visa-agent/SKILL.md +4 -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.4'
|
|
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
|
|
@@ -306,8 +306,9 @@ Describe it that way to the user. The mounted MCP server exposes:
|
|
|
306
306
|
- `subway_register` — FREE. Claim your handle → `<name>.visa` on the mesh (reuses your
|
|
307
307
|
agent identity). Returns the mesh name + peer id.
|
|
308
308
|
- `subway_send` — FREE. Send a direct **signed** message to another agent: `to` (their
|
|
309
|
-
handle, e.g. `"dee"` → `dee.visa`) + `text`.
|
|
310
|
-
|
|
309
|
+
handle, e.g. `"dee"` → `dee.visa`) + `text`. Reaches other `.visa` mesh peers only.
|
|
310
|
+
(A Telegram bridge is planned — #6119 — but not built yet; do not tell a user they can
|
|
311
|
+
message a Telegram contact through `subway_send`.)
|
|
311
312
|
- `subway_inbox` — FREE. Read recent inbound messages (`limit`, `clear` to drain).
|
|
312
313
|
- `subway_find` — resolve a handle to its `.visa` peer.
|
|
313
314
|
|
|
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.32",
|
|
5
5
|
"title": "Visa CLI",
|
|
6
6
|
"description": "Visa Verified Agent payments for coding agents. Enroll a .visa identity, pair a delegated self-custodial wallet with human-approved spend caps, and discover and pay x402 services — all 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.32",
|
|
13
13
|
"transport": {
|
|
14
14
|
"type": "stdio"
|
|
15
15
|
},
|