@visa/cli 1.9.0 → 1.9.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 +1 -1
- package/dist/cli.js +58 -55
- package/dist/mcp-server/index.js +29 -29
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ visa-cli login # GitHub OAuth — opens browser, stores session token
|
|
|
42
42
|
visa-cli add-card # Enroll a Visa card via VGS secure form
|
|
43
43
|
visa-cli status # Show auth state, enrolled cards, daily spend remaining
|
|
44
44
|
visa-cli history # Recent transactions with amounts and any generated media URLs
|
|
45
|
-
visa-cli hud enable #
|
|
45
|
+
visa-cli hud enable # Optional HUD for agent activity, workspace, and spend
|
|
46
46
|
visa-cli hud disable # Remove the Visa HUD from Claude Code
|
|
47
47
|
visa-cli statusline # Render the multi-line HUD Claude Code calls automatically
|
|
48
48
|
visa-cli mcp # Start the MCP server
|