@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 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 terminal HUD for Codex and regular shells
60
+ # Enable the Claude Code statusLine HUD
61
61
  visa-cli config hud doctor
62
- # Diagnose terminal HUD setup
62
+ # Diagnose HUD setup
63
63
  visa-cli config hud disable
64
- # Remove the terminal HUD from your shell
64
+ # Remove the Claude Code statusLine HUD
65
65
  visa-cli config hud enable claude
66
- # Legacy: register the Claude Code statusLine renderer
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)