@clawcard/cli 3.0.5 → 3.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawcard/cli",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "The ClawCard CLI — manage your agent keys, billing, and setup from the terminal",
5
5
  "bin": {
6
6
  "clawcard": "./bin/clawcard.mjs"
@@ -602,6 +602,10 @@ export async function agentWalletFundCmd(options) {
602
602
  } catch {
603
603
  // open is optional — user can copy the URL
604
604
  }
605
+ console.log();
606
+ console.log(` ${orange("After purchasing, wait ~30 seconds then verify:")}`);
607
+ console.log(` ${chalk.dim("$ clawcard agent wallet balance --json")}`);
608
+ console.log();
605
609
  } else {
606
610
  console.log(` Error: ${result.error}`);
607
611
  }