@visa/cli 2.0.0-rc.55 → 2.0.0-rc.56

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
@@ -51,7 +51,7 @@ visa-cli add-card # Enroll a Visa card via VGS secure form
51
51
  visa-cli status # Show auth state, enrolled cards, daily spend remaining
52
52
  visa-cli tokens create my-demo-app
53
53
  # Create an API token for an app or agent
54
- visa-cli history # Recent transactions with amounts and any generated media URLs
54
+ visa-cli history # Recent transactions with amounts and status
55
55
  visa-cli config hud enable
56
56
  # Enable the terminal HUD for Codex and regular shells
57
57
  visa-cli config hud doctor
@@ -143,7 +143,7 @@ The create command prints the raw `vk_...` key once. Store it in your app or age
143
143
  | `get_session_status` | Show the active session cap, estimated spend, and remaining amount |
144
144
  | `close_session` | Close the active session and return to pay-as-you-go approvals |
145
145
  | `update_spending_controls` | Set daily and per-transaction limits (authentication required) |
146
- | `transaction_history` | Recent transactions with amounts and media URLs |
146
+ | `transaction_history` | Recent transactions with amounts, merchants, status, and support IDs |
147
147
  | `feedback` | Submit feedback on a tool result |
148
148
  | `reset` | Clear auth state and credentials |
149
149