@visa/cli 2.1.1-rc.4 → 2.1.1
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 +6 -4
- package/dist/cli.js +105 -104
- package/dist/mcp-server/index.js +12 -12
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -57,13 +57,15 @@ visa-cli tokens create my-demo-app
|
|
|
57
57
|
# Create an API token for an app or agent
|
|
58
58
|
visa-cli history # Recent transactions with amounts and status
|
|
59
59
|
visa-cli config hud enable
|
|
60
|
-
# Enable the
|
|
60
|
+
# Enable the Claude Code statusLine HUD
|
|
61
61
|
visa-cli config hud doctor
|
|
62
|
-
# Diagnose
|
|
62
|
+
# Diagnose HUD setup
|
|
63
63
|
visa-cli config hud disable
|
|
64
|
-
# Remove the
|
|
64
|
+
# Remove the Claude Code statusLine HUD
|
|
65
65
|
visa-cli config hud enable claude
|
|
66
|
-
#
|
|
66
|
+
# Explicitly register the Claude Code statusLine renderer
|
|
67
|
+
visa-cli config hud enable shell
|
|
68
|
+
# Opt-in shell prompt HUD for zsh/bash
|
|
67
69
|
visa-cli config statusline
|
|
68
70
|
# Renderer for statusLine integrations
|
|
69
71
|
# MCP (stdio): run the bundled entrypoint (IDE configs use the same path — see getServerEntry in src/clients.ts)
|