Changelog

What's new in each release of the owlp CLI

v0.6.1

Added
  • owlp deposit submit --confirm (debit-card) success output now carries next_action: "confirm_via_email" and a relayable next_action_message on the submit.done event (nextAction / nextActionMessage on the final result), so agents know to remind the user to confirm the deposit via the email link before it progresses. Human mode prints the same hint line. Idempotent replays carry the fields; dry-run previews do not.

v0.6.0

Added
  • owlp deposit card add | card list | quote | submit | watch — VDC debit-card on-ramp (USD → USDC). Provider-shaped command tree; debit-card is the first registered method. NDJSON event stream + 14 RFC 2119 requirements covered by 660+ tests. See skills/commands/deposit.md.
Fixed
  • Native token send aliases (e.g. ETH, SOL, XLM resolve correctly)
  • Debit-card deposit CLI flow hardening (validation, error handling)

v0.5.16

Added
  • owlp update command and automatic update notifications

v0.5.15

Changed
  • Onboard summary now shows owlp status output with colored status icons instead of dim gray box
  • Transfer preview and submitted result use box component for readable amounts and tx hashes
  • Wallet addresses (create, import, existing) displayed in box for easy verification
  • Security warning for private key export uses yellow warning icon
  • Mnemonic reveal uses box component preserving color on alternate screen

v0.5.14

Added
  • KYC status pre-check before Step 3 prompt in onboard flow
Fixed
  • KYC polling continues on rejected status so user can resubmit

v0.5.13

Added
  • Complete agent skills documentation for onboard and KYC workflows
  • Polling and passcode authentication model replacing callback server
  • Optional KYC step with --skip-kyc flag and interactive confirm prompt
  • Skill install hint in branded --help and --json output
Changed
  • Auth flow redesigned from localhost callback to polling with passcode claim

vPre-release

Added
  • Core CLI framework with SSO authentication, wallet management, and multi-chain support (EVM, Stellar, Solana)
  • Interactive send wizard with event-driven check/sign/submit pipeline
  • Interactive transaction browser with type filtering and detail dispatch
  • Browser-based onboard flow for account setup and KYC verification
  • Unified status dashboard showing account, KYC, and wallet readiness
  • Two-tier mode classification: agent vs human with unified prompt primitives
  • Mnemonic and private key shown on terminal alternate screen for security
  • Balance queries across all tokens, gas fee estimation, address verification
  • Countries list, wallet export-key, wallet naming and switching
  • Compact JSON envelope with --json-pretty escape hatch
  • esbuild bundling with javascript-obfuscator for distribution
  • Style system with semantic color helpers
  • JSON and human-readable output modes, stage/prod environment switching, debug logging