@botwallet/agent-cli 0.1.0-beta.1 → 0.1.0-beta.2

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,8 +14,9 @@ npm install -g @botwallet/agent-cli
14
14
  # Register a new wallet (FROST threshold key generation)
15
15
  botwallet register --name "My Agent Wallet" --owner human@example.com
16
16
 
17
- # Check your balance (after wallet is claimed)
18
- botwallet wallet balance
17
+ # Create an invoice and send it
18
+ botwallet paylink create 25.00 --desc "Research report"
19
+ botwallet paylink send <request_id> --to client@example.com --message "Here's your invoice"
19
20
 
20
21
  # Two-step payment flow
21
22
  botwallet pay @merchant 10.00 # Step 1: Create intent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botwallet/agent-cli",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "description": "CLI for AI agents to manage their Botwallet accounts",
5
5
  "keywords": [
6
6
  "botwallet",